summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-05-04 08:39:15 (GMT)
committerGitHub <noreply@github.com>2023-05-04 08:39:15 (GMT)
commit00563694bb94f61ed4d8d36646a881ed6f028367 (patch)
treea6235fa5767162c51f34664aa7d9640649338299 /Doc/library/socket.rst
parent8f94c9465bda92f4dd913635799a375881e5c93e (diff)
downloadcpython-00563694bb94f61ed4d8d36646a881ed6f028367.zip
cpython-00563694bb94f61ed4d8d36646a881ed6f028367.tar.gz
cpython-00563694bb94f61ed4d8d36646a881ed6f028367.tar.bz2
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index d1b5a1c..e222dc7 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -1829,7 +1829,7 @@ to sockets.
.. method:: socket.setsockopt(level, optname, None, optlen: int)
:noindex:
- .. index:: module: struct
+ .. index:: pair: module; struct
Set the value of the given socket option (see the Unix manual page
:manpage:`setsockopt(2)`). The needed symbolic constants are defined in the