summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-06-08 12:09:52 (GMT)
committerGitHub <noreply@github.com>2023-06-08 12:09:52 (GMT)
commit02c5513b30f31b65fab48318772f83441f426df4 (patch)
tree26633caf1aeed76d4d390016d5ceddfbcf30f210 /Doc
parentacf3916e84158308660ed07c474a564e045d6884 (diff)
downloadcpython-02c5513b30f31b65fab48318772f83441f426df4.zip
cpython-02c5513b30f31b65fab48318772f83441f426df4.tar.gz
cpython-02c5513b30f31b65fab48318772f83441f426df4.tar.bz2
[3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in the 3.11 docs (#105496)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/typing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 973445a..4f13885 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -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
""""""""""""""""""""""""