(libtypes.tex): Correct reversal of two words in description of
formatting strings.
This commit is contained in:
parent
e449af7da9
commit
4bf1296e05
|
@ -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}.
|
||||
|
|
|
@ -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}.
|
||||
|
|
Loading…
Reference in New Issue