diff options
author | Guido van Rossum <guido@python.org> | 1996-10-11 15:57:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-11 15:57:17 (GMT) |
commit | 1dde7b737c10cb5d662a6f15866bd6e420f5c2f2 (patch) | |
tree | e3169575c06e8841056c1f7ea414e2a7084354ed /Doc/lib/libfuncs.tex | |
parent | c153d1273839cb3e0e69c2f6460cb099c8031d61 (diff) | |
download | cpython-1dde7b737c10cb5d662a6f15866bd6e420f5c2f2.zip cpython-1dde7b737c10cb5d662a6f15866bd6e420f5c2f2.tar.gz cpython-1dde7b737c10cb5d662a6f15866bd6e420f5c2f2.tar.bz2 |
Typos detected by Sjoerd
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 088f969..39cb02b 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -265,7 +265,7 @@ any kind of sequence; the result is always a list. \code{fopen()}: \var{filename} is the file name to be opened, \var{mode} indicates how the file is to be opened: \code{'r'} for reading, \code{'w'} for writing (truncating an existing file), and - \code{'a'} opens it for appending (which on {\em some} {\UNIX} + \code{'a'} opens it for appending (which on {\em some} \UNIX{} systems means that {\em all} writes append to the end of the file, regardless of the current seek position). Modes \code{'r+'}, \code{'w+'} and |