diff options
| author | Fred Drake <fdrake@acm.org> | 1996-10-11 16:33:48 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1996-10-11 16:33:48 +0000 |
| commit | 4bf1296e05da88380780423964e8d3cb9553fbaa (patch) | |
| tree | b7a09db0d55d38fbc4b907b6f89f548e7e7d565e | |
| parent | e449af7da940d353a54036fb72e7405d2da362e3 (diff) | |
| download | cpython-git-4bf1296e05da88380780423964e8d3cb9553fbaa.tar.gz | |
(libtypes.tex): Correct reversal of two words in description of
formatting strings.
| -rw-r--r-- | Doc/lib/libtypes.tex | 4 | ||||
| -rw-r--r-- | Doc/libtypes.tex | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 2b6b31e7be..75390f8553 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 2b6b31e7be..75390f8553 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}. |
