Skip to content

Commit 2fdba78

Browse files
authored
Change pending
1 parent f2736c2 commit 2fdba78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/deprecations/pending-removal-in-3.16.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Pending Removal in Python 3.16
99
``~bool``, bitwise inversion on bool.
1010

1111
* :mod:`socket`:
12-
If type annotations are required, use :class:`~socket.socket` instead.
12+
No longer use :class:`socket.SocketType` as a type annotation, If type
13+
annotations are required, use :class:`socket.socket` instead.
1314
(Contributed by James Roy in :gh:`88427`.)
1415

1516
* :mod:`symtable`:

0 commit comments

Comments
 (0)