File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1532,13 +1532,6 @@ The :mod:`!socket` module also offers various network-related services:
15321532Socket Objects
15331533--------------
15341534
1535- .. class :: SocketType
1536-
1537- The base class of the :class: `~socket.socket ` type, re-exported from
1538- :mod: `!_socket `. An instance check such as
1539- ``isinstance(socket(...), SocketType) `` is true, but ``SocketType `` is not
1540- the same as ``type(socket(...)) ``, which is :class: `~socket.socket ` itself.
1541-
15421535.. class :: socket
15431536 :noindex:
15441537
@@ -2179,6 +2172,13 @@ Socket Objects
21792172 The socket protocol.
21802173
21812174
2175+ .. class :: SocketType
2176+
2177+ The base class of the :class: `~socket.socket ` type, re-exported from
2178+ :mod: `!_socket `. An instance check such as
2179+ ``isinstance(socket(...), SocketType) `` is true, but ``SocketType `` is not
2180+ the same as ``type(socket(...)) ``, which is :class: `~socket.socket ` itself.
2181+
21822182
21832183.. _socket-timeouts :
21842184
You can’t perform that action at this time.
0 commit comments