Skip to content

Commit 931ce2b

Browse files
authored
Change removal
1 parent 36598e1 commit 931ce2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

1615
* :mod:`symtable`:

0 commit comments

Comments
 (0)