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 b7622e7 commit 15624b4Copy full SHA for 15624b4
Doc/library/typing.rst
@@ -2094,7 +2094,7 @@ Corresponding to collections in :mod:`collections.abc`
2094
and :class:`memoryview` of byte sequences.
2095
2096
.. deprecated-removed:: 3.9 3.14
2097
- Prefer :class:`collections.abc.Buffer`, or a union like ``bytes | bytearray | memoryview``.
+ Prefer ``typing_extensions.Buffer``, or a union like ``bytes | bytearray | memoryview``.
2098
2099
.. class:: Collection(Sized, Iterable[T_co], Container[T_co])
2100
0 commit comments