diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-04 10:14:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 10:14:16 (GMT) |
commit | c463796ba7f18079bf2554650bc9ac09bca49dca (patch) | |
tree | 833e2c5fff8e77b298e4d7a08a546016dcc63dc6 /Doc/library/socket.rst | |
parent | 693ef48df1891a6a30fca6c6db500c7cd08671df (diff) | |
download | cpython-c463796ba7f18079bf2554650bc9ac09bca49dca.zip cpython-c463796ba7f18079bf2554650bc9ac09bca49dca.tar.gz cpython-c463796ba7f18079bf2554650bc9ac09bca49dca.tar.bz2 |
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
GH-97950: Use new-style index directive ('object') (GH-104158)
* Uncomment object removal in pairindextypes
* Use new-style index directive ('object') - C API
* Use new-style index directive ('object') - Library
* Use new-style index directive ('object') - Reference
* Use new-style index directive ('object') - Tutorial
(cherry picked from commit 6ab463684b9d79880d98cd1f1406aa86af65985e)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index e222dc7..ab38b1d 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -19,7 +19,7 @@ all modern Unix systems, Windows, MacOS, and probably additional platforms. .. include:: ../includes/wasm-notavail.rst -.. index:: object: socket +.. index:: pair: object; socket The Python interface is a straightforward transliteration of the Unix system call and library interface for sockets to Python's object-oriented style: the |