mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -393,8 +393,8 @@ any kind of sequence; the result is always a list.
|
|||
\code{fopen()}: \var{filename} is the file name to be opened,
|
||||
\var{mode} indicates how the file is to be opened: \code{'r'} for
|
||||
reading, \code{'w'} for writing (truncating an existing file), and
|
||||
\code{'a'} opens it for appending (which on {\em some} \UNIX{}
|
||||
systems means that {\em all} writes append to the end of the file,
|
||||
\code{'a'} opens it for appending (which on \emph{some} \UNIX{}
|
||||
systems means that \emph{all} writes append to the end of the file,
|
||||
regardless of the current seek position).
|
||||
Modes \code{'r+'}, \code{'w+'} and
|
||||
\code{'a+'} open the file for updating, provided the underlying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue