summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-01 21:35:20 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-01 21:35:20 (GMT)
commit0f194234dc90b1b2a9949123f3faa974c3910bc7 (patch)
treeb7ab82ba4f53018133e5296c43ae130838e093db /Doc/lib/libstdtypes.tex
parent60b29961dcabc277ca1a14b58cfb4592020ca658 (diff)
downloadcpython-0f194234dc90b1b2a9949123f3faa974c3910bc7.zip
cpython-0f194234dc90b1b2a9949123f3faa974c3910bc7.tar.gz
cpython-0f194234dc90b1b2a9949123f3faa974c3910bc7.tar.bz2
Bug #1394868: doc typos
Diffstat (limited to 'Doc/lib/libstdtypes.tex')
-rw-r--r--Doc/lib/libstdtypes.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index bf96a19..656cb73 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -952,8 +952,8 @@ The conversion flag characters are:
precede the conversion (overrides a "space" flag).}
\end{tableii}
-The length modifier may be \code{h}, \code{l}, and \code{L} may be
-present, but are ignored as they are not necessary for Python.
+A length modifier (\code{h}, \code{l}, or \code{L}) may be
+present, but is ignored as it is not necessary for Python.
The conversion types are:
@@ -1606,7 +1606,7 @@ flush the read-ahead buffer.
defaults to the current position. The current file position is
not changed. Note that if a specified size exceeds the file's
current size, the result is platform-dependent: possibilities
- include that file may remain unchanged, increase to the specified
+ include that the file may remain unchanged, increase to the specified
size as if zero-filled, or increase to the specified size with
undefined new content.
Availability: Windows, many \UNIX{} variants.