Skip to content

Commit 78b60d0

Browse files
Marc's review, already partially addressed by Victor review
1 parent 4b65df7 commit 78b60d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ wider range of codecs when working with binary files:
269269

270270
Return a :class:`tuple` containing the raw bytes of *buffer*, a
271271
:ref:`buffer-compatible object <bufferobjects>` or :class:`str`
272-
(encoded to UTF-8 before processing), and their length.
272+
(encoded to UTF-8 before processing), and their length in bytes.
273273

274274
The *errors* argument is ignored.
275275

0 commit comments

Comments
 (0)