mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
micro change
This commit is contained in:
parent
7e9394ab97
commit
f23e0fe3be
4 changed files with 12 additions and 12 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue