Skip to content

Commit b40e434

Browse files
authored
bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
1 parent daa0fe0 commit b40e434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ The module defines the following classes, functions and decorators:
672672
A generic version of :class:`collections.abc.ByteString`.
673673

674674
This type represents the types :class:`bytes`, :class:`bytearray`,
675-
and :class:`memoryview`.
675+
and :class:`memoryview` of byte sequences.
676676

677677
As a shorthand for this type, :class:`bytes` can be used to
678678
annotate arguments of any of the types mentioned above.

0 commit comments

Comments
 (0)