mirror of
https://github.com/python/cpython.git
synced 2025-11-12 23:16:47 +00:00
Fix some markup errors.
This commit is contained in:
parent
b802a1e7fa
commit
3fc291a1d7
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ for the various socket-related system calls are also a valuable source
|
||||||
of information on the details of socket semantics. For \UNIX, refer
|
of information on the details of socket semantics. For \UNIX, refer
|
||||||
to the manual pages; for Windows, see the WinSock (or Winsock 2)
|
to the manual pages; for Windows, see the WinSock (or Winsock 2)
|
||||||
specification.
|
specification.
|
||||||
For IPv6-ready APIs, readers may want to refer to RFC2553 titled
|
For IPv6-ready APIs, readers may want to refer to \rfc{2553} titled
|
||||||
\cite{Basic Socket Interface Extensions for IPv6}.
|
\citetitle{Basic Socket Interface Extensions for IPv6}.
|
||||||
|
|
||||||
The Python interface is a straightforward transliteration of the
|
The Python interface is a straightforward transliteration of the
|
||||||
\UNIX{} system call and library interface for sockets to Python's
|
\UNIX{} system call and library interface for sockets to Python's
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue