8000 [3.11] [typing docs] Don't describe `Sized` and `Hashable` as depreca… · python/cpython@02c5513 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02c5513

Browse files
authored
[3.11] [typing docs] Don't describe Sized and Hashable as deprecated in the 3.11 docs (#105496)
1 parent acf3916 commit 02c5513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@ Corresponding to other types in :mod:`collections.abc`
24212421

24222422
.. class:: Hashable
24232423

2424-
Deprecated alias to :class:`collections.abc.Hashable`.
2424+
Alias to :class:`collections.abc.Hashable`.
24252425

24262426
.. class:: Reversible(Iterable[T_co])
24272427

@@ -2433,7 +2433,7 @@ Corresponding to other types in :mod:`collections.abc`
24332433

24342434
.. class:: Sized
24352435

2436-
Deprecated alias to :class:`collections.abc.Sized`.
2436+
Alias to :class:`collections.abc.Sized`.
24372437

24382438
Asynchronous programming
24392439
""""""""""""""""""""""""

0 commit comments

Comments
 (0)
0