cosmetics/typos

This commit is contained in:
Guido van Rossum 1995-01-12 12:38:46 +00:00
parent 28379703dc
commit 7f49b7a1a4
4 changed files with 4 additions and 4 deletions

View file

@ -233,7 +233,7 @@ any kind of sequence; the result is always a list.
expression.
\end{funcdesc}
\begin{funcdesc}{open}{filename\, \optional{mode\optional{\, bufsize}}}
\begin{funcdesc}{open}{filename\optional{\, mode\optional{\, bufsize}}}
Return a new file object (described earlier under Built-in Types).
The first two arguments are the same as for \code{stdio}'s
\code{fopen()}: \var{filename} is the file name to be opened,