Skip to content

Commit 2f7fa98

Browse files
committed
gh-94309: Fix documentation for deprecated aliases
1 parent 0ee2d77 commit 2f7fa98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,9 @@ Deprecated
12891289

12901290
* :mod:`typing`:
12911291

1292-
* :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
1293-
and :class:`collections.abc.Sized`. (:gh:`94309`.)
1292+
* The :class:`typing.Hashable` and :class:`typing.Sized` aliases for
1293+
:class:`collections.abc.Hashable` and :class:`collections.abc.Sized` are deprecated and may be
1294+
removed in a future version of Python. (:gh:`94309`.)
12941295

12951296
* :class:`typing.ByteString`, deprecated since Python 3.9, now causes a
12961297
:exc:`DeprecationWarning` to be emitted when it is used.

0 commit comments

Comments
 (0)