diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
commit | af8a015c937d11e4efcda3f91344ad3e758d26e8 (patch) | |
tree | 5e342ee84e829d81f408c1c990b66762ee034da3 /Doc/libstrio.tex | |
parent | b215137224cafcdb665a7b298dbf02be6a214d0c (diff) | |
download | cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.zip cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.gz cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.bz2 |
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}"
Not at all sure what to do with "{\rm ...}".
Leaving it for now.
Diffstat (limited to 'Doc/libstrio.tex')
-rw-r--r-- | Doc/libstrio.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libstrio.tex b/Doc/libstrio.tex index 1241e18..26fdda1 100644 --- a/Doc/libstrio.tex +++ b/Doc/libstrio.tex @@ -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 |