From 4bf1296e05da88380780423964e8d3cb9553fbaa Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 11 Oct 1996 16:33:48 +0000 Subject: (libtypes.tex): Correct reversal of two words in description of formatting strings. --- Doc/lib/libtypes.tex | 4 ++-- Doc/libtypes.tex | 4 ++-- 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}. -- cgit v0.12