From b40e434386cd94a367d4a256e3364771140160e7 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Fri, 3 Jul 2020 21:58:21 -0600 Subject: bpo-33864: Clarify the docs for typing.ByteString (GH-21311) --- Doc/library/typing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index e85b6d6..e5143c5 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -672,7 +672,7 @@ The module defines the following classes, functions and decorators: A generic version of :class:`collections.abc.ByteString`. This type represents the types :class:`bytes`, :class:`bytearray`, - and :class:`memoryview`. + and :class:`memoryview` of byte sequences. As a shorthand for this type, :class:`bytes` can be used to annotate arguments of any of the types mentioned above. -- cgit v0.12