Skip to content

Commit

Permalink
[3.11] [typing docs] Don't describe Sized and Hashable as depreca…
Browse files Browse the repository at this point in the history
…ted in the 3.11 docs (python#105496)
  • Loading branch information
AlexWaygood authored Jun 8, 2023
1 parent acf3916 commit 02c5513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand All @@ -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
""""""""""""""""""""""""
Expand Down

0 comments on commit 02c5513

Please sign in to comment.