Consistency: "{\bf ...}" ==> "\strong{...}"

"{\em ...}" ==> "\emph{...}"

	      Not at all sure what to do with "{\rm ...}".
	      Leaving it for now.
This commit is contained in:
Fred Drake 1998-01-14 14:51:31 +00:00
parent b215137224
commit af8a015c93
34 changed files with 62 additions and 60 deletions

View file

@ -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