mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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
|
@ -4,7 +4,7 @@
|
|||
\stmodindex{StringIO}
|
||||
|
||||
This module implements a file-like class, \code{StringIO},
|
||||
that reads and writes a string buffer (also known as {\em memory
|
||||
that reads and writes a string buffer (also known as \emph{memory
|
||||
files}). See the description on file objects for operations.
|
||||
|
||||
When a \code{StringIO} object is created, it can be initialized
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue