mirror of https://github.com/python/cpython.git
[3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in the 3.11 docs (#105496)
This commit is contained in:
parent
acf3916e84
commit
02c5513b30
|
@ -2421,7 +2421,7 @@ Corresponding to other types in :mod:`collections.abc`
|
|||
|
||||
.. class:: Hashable
|
||||
|
||||
Deprecated alias to :class:`collections.abc.Hashable`.
|
||||
Alias to :class:`collections.abc.Hashable`.
|
||||
|
||||
.. class:: Reversible(Iterable[T_co])
|
||||
|
||||
|
@ -2433,7 +2433,7 @@ Corresponding to other types in :mod:`collections.abc`
|
|||
|
||||
.. class:: Sized
|
||||
|
||||
Deprecated alias to :class:`collections.abc.Sized`.
|
||||
Alias to :class:`collections.abc.Sized`.
|
||||
|
||||
Asynchronous programming
|
||||
""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in New Issue