Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bf1296

Browse files
committed
(libtypes.tex): Correct reversal of two words in description of
formatting strings.
1 parent e449af7 commit 4bf1296

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libtypes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ \subsubsection{More String Operations}
399399
Python has 002 quote types.
400400
>>>
401401
\end{verbatim}
402-
In this case no * specifiers may occur in a format (since they a
403-
require sequential parameter list).
402+
In this case no * specifiers may occur in a format (since they
403+
require a sequential parameter list).
404404

405405
Additional string operations are defined in standard module
406406
\code{string} and in built-in module \code{regex}.

Doc/libtypes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ \subsubsection{More String Operations}
399399
Python has 002 quote types.
400400
>>>
401401
\end{verbatim}
402-
In this case no * specifiers may occur in a format (since they a
403-
require sequential parameter list).
402+
In this case no * specifiers may occur in a format (since they
403+
require a sequential parameter list).
404404

405405
Additional string operations are defined in standard module
406406
\code{string} and in built-in module \code{regex}.

0 commit comments

Comments
 (0)