micro change

This commit is contained in:
Guido van Rossum 1995-03-18 11:04:29 +00:00
parent 7e9394ab97
commit f23e0fe3be
4 changed files with 12 additions and 12 deletions

View file

@ -37,7 +37,7 @@ The posixfile module defines the following functions:
\begin{funcdesc}{open}{filename\optional{\, mode\optional{\, bufsize}}}
Create a new posixfile object with the given filename and mode. The
\var{filename}, \var{mode} and \var{bufsize} arguments are
interpreted the same way as by the \code{open()} builtin function.
interpreted the same way as by the built-in \code{open()} function.
\end{funcdesc}
\begin{funcdesc}{fileopen}{fileobject}