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 58350a4 commit 7045889Copy full SHA for 7045889
Doc/deprecations/pending-removal-in-3.17.rst
@@ -7,8 +7,8 @@ Pending removal in Python 3.17
7
8
Use ``isinstance(obj, collections.abc.Buffer)`` to test if ``obj``
9
implements the :ref:`buffer protocol <bufferobjects>` at runtime. For use
10
- in type annotations, either use :class:`Buffer` or a union that explicitly
11
- specifies the types your code supports (e.g.,
+ in type annotations, either use :class:`~collections.abc.Buffer` or a union
+ that explicitly specifies the types your code supports (e.g.,
12
``bytes | bytearray | memoryview``).
13
14
:class:`!ByteString` was originally intended to be an abstract class that
0 commit comments