]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(libtypes.tex): Correct reversal of two words in description of
authorFred Drake <fdrake@acm.org>
Fri, 11 Oct 1996 16:33:48 +0000 (16:33 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 Oct 1996 16:33:48 +0000 (16:33 +0000)
formatting strings.

Doc/lib/libtypes.tex
Doc/libtypes.tex

index 2b6b31e7be6f56148a226fdc3d1c7616b07ee3b8..75390f85535ba3fef799217859dc7700ba371473 100644 (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 sequential parameter list).
 
 Additional string operations are defined in standard module
 \code{string} and in built-in module \code{regex}.
index 2b6b31e7be6f56148a226fdc3d1c7616b07ee3b8..75390f85535ba3fef799217859dc7700ba371473 100644 (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 sequential parameter list).
 
 Additional string operations are defined in standard module
 \code{string} and in built-in module \code{regex}.