8000
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.
Sized
Hashable
1 parent acf3916 commit 02c5513Copy full SHA for 02c5513
Doc/library/typing.rst
@@ -2421,7 +2421,7 @@ Corresponding to other types in :mod:`collections.abc`
2421
2422
.. class:: Hashable
2423
2424
- Deprecated alias to :class:`collections.abc.Hashable`.
+ Alias to :class:`collections.abc.Hashable`.
2425
2426
.. class:: Reversible(Iterable[T_co])
2427
@@ -2433,7 +2433,7 @@ Corresponding to other types in :mod:`collections.abc`
2433
2434
.. class:: Sized
2435
2436
- Deprecated alias to :class:`collections.abc.Sized`.
+ Alias to :class:`collections.abc.Sized`.
2437
2438
Asynchronous programming
2439
""""""""""""""""""""""""
0 commit comments