mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}"
Not at all sure what to do with "{\rm ...}".
Leaving it for now.
This commit is contained in:
parent
b215137224
commit
af8a015c93
34 changed files with 62 additions and 60 deletions
|
|
@ -2,7 +2,7 @@
|
|||
\label{module-socket}
|
||||
|
||||
\bimodindex{socket}
|
||||
This module provides access to the BSD {\em socket} interface.
|
||||
This module provides access to the BSD \emph{socket} interface.
|
||||
It is available on \UNIX{} systems that support this interface.
|
||||
|
||||
For an introduction to socket programming (in C), see the following
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue