summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1996-10-11 16:33:48 (GMT)
committerFred Drake <fdrake@acm.org>1996-10-11 16:33:48 (GMT)
commit4bf1296e05da88380780423964e8d3cb9553fbaa (patch)
treeb7a09db0d55d38fbc4b907b6f89f548e7e7d565e /Doc
parente449af7da940d353a54036fb72e7405d2da362e3 (diff)
downloadcpython-4bf1296e05da88380780423964e8d3cb9553fbaa.zip
cpython-4bf1296e05da88380780423964e8d3cb9553fbaa.tar.gz
cpython-4bf1296e05da88380780423964e8d3cb9553fbaa.tar.bz2
(libtypes.tex): Correct reversal of two words in description of
formatting strings.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libtypes.tex4
-rw-r--r--Doc/libtypes.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex
index 2b6b31e..75390f8 100644
--- a/Doc/lib/libtypes.tex
+++ b/Doc/lib/libtypes.tex
@@ -399,8 +399,8 @@ each format formats the corresponding entry from the mapping. E.g.
Python has 002 quote types.
>>>
\end{verbatim}
-In this case no * specifiers may occur in a format (since they a
-require sequential parameter list).
+In this case no * specifiers may occur in a format (since they
+require a sequential parameter list).
Additional string operations are defined in standard module
\code{string} and in built-in module \code{regex}.
diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex
index 2b6b31e..75390f8 100644
--- a/Doc/libtypes.tex
+++ b/Doc/libtypes.tex
@@ -399,8 +399,8 @@ each format formats the corresponding entry from the mapping. E.g.
Python has 002 quote types.
>>>
\end{verbatim}
-In this case no * specifiers may occur in a format (since they a
-require sequential parameter list).
+In this case no * specifiers may occur in a format (since they
+require a sequential parameter list).
Additional string operations are defined in standard module
\code{string} and in built-in module \code{regex}.