(libtypes.tex): Correct reversal of two words in description of

formatting strings.
This commit is contained in:
Fred Drake 1996-10-11 16:33:48 +00:00
parent e449af7da9
commit 4bf1296e05
2 changed files with 4 additions and 4 deletions

View File

@ -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}.

View File

@ -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}.