summaryrefslogtreecommitdiffstats
path: root/Doc/libposixfile.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-18 11:04:29 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-18 11:04:29 (GMT)
commitf23e0fe3beb5ebca676359ca7d19c653dc63a998 (patch)
treea575990af853c767cbb44f0b54c343f8da3ae3c4 /Doc/libposixfile.tex
parent7e9394ab9722001789a35798ab8950e7a2b0a752 (diff)
downloadcpython-f23e0fe3beb5ebca676359ca7d19c653dc63a998.zip
cpython-f23e0fe3beb5ebca676359ca7d19c653dc63a998.tar.gz
cpython-f23e0fe3beb5ebca676359ca7d19c653dc63a998.tar.bz2
micro change
Diffstat (limited to 'Doc/libposixfile.tex')
-rw-r--r--Doc/libposixfile.tex2
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}