From: Fred Drake Date: Fri, 11 Oct 1996 16:33:48 +0000 (+0000) Subject: (libtypes.tex): Correct reversal of two words in description of X-Git-Tag: v1.4~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bf1296e05da88380780423964e8d3cb9553fbaa;p=thirdparty%2FPython%2Fcpython.git (libtypes.tex): Correct reversal of two words in description of formatting strings. --- diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 2b6b31e7be6f..75390f85535b 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 2b6b31e7be6f..75390f85535b 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}.