We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2aabe commit 0afac16Copy full SHA for 0afac16
Doc/library/socket.rst
@@ -910,7 +910,7 @@ The following functions all create :ref:`socket objects <socket-objects>`.
910
same as ``type(socket(...))``.
911
912
.. deprecated:: next
913
- If type annotations are required, use :class:`~socket.socket` instead.
+ If type annotations are required, use :class:`socket.socket` instead.
914
915
916
Other functions
0 commit comments