diff options
author | Guido van Rossum <guido@python.org> | 1995-03-18 11:04:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-18 11:04:29 (GMT) |
commit | f23e0fe3beb5ebca676359ca7d19c653dc63a998 (patch) | |
tree | a575990af853c767cbb44f0b54c343f8da3ae3c4 /Doc/libposixfile.tex | |
parent | 7e9394ab9722001789a35798ab8950e7a2b0a752 (diff) | |
download | cpython-f23e0fe3beb5ebca676359ca7d19c653dc63a998.zip cpython-f23e0fe3beb5ebca676359ca7d19c653dc63a998.tar.gz cpython-f23e0fe3beb5ebca676359ca7d19c653dc63a998.tar.bz2 |
micro change
Diffstat (limited to 'Doc/libposixfile.tex')
-rw-r--r-- | Doc/libposixfile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libposixfile.tex b/Doc/libposixfile.tex index c472c95..b257bbd 100644 --- a/Doc/libposixfile.tex +++ b/Doc/libposixfile.tex @@ -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} |