We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b65df7 commit 78b60d0Copy full SHA for 78b60d0
Doc/library/codecs.rst
@@ -269,7 +269,7 @@ wider range of codecs when working with binary files:
269
270
Return a :class:`tuple` containing the raw bytes of *buffer*, a
271
:ref:`buffer-compatible object <bufferobjects>` or :class:`str`
272
- (encoded to UTF-8 before processing), and their length.
+ (encoded to UTF-8 before processing), and their length in bytes.
273
274
The *errors* argument is ignored.
275
0 commit comments