From 4a2c72f1331358595583e948d8275f324208d4e1 Mon Sep 17 00:00:00 2001 From: AlexWaygood Date: Thu, 8 Jun 2023 12:47:27 +0100 Subject: [PATCH] [3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in the 3.11 docs --- Doc/library/typing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 973445aff43214..4f13885847c6bf 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 """"""""""""""""""""""""