]> granicus.if.org Git - python/commitdiff
Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.
authorFred Drake <fdrake@acm.org>
Mon, 1 Jan 2001 20:33:06 +0000 (20:33 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Jan 2001 20:33:06 +0000 (20:33 +0000)
Doc/tut/tut.tex

index 85fb5c15a723e24d86339c07f8b2eccfb2eb1eae..543c55ea43d18db1c5719a756a142b7f21e2eac0 100644 (file)
@@ -2588,7 +2588,7 @@ lay-out you can imagine.  The standard module
 for padding strings to a given column width; these will be discussed
 shortly.  The second way is to use the \code{\%} operator with a
 string as the left argument.  The \code{\%} operator interprets the
-left argument as a C much like a \cfunction{sprintf()}-style format
+left argument much like a \cfunction{sprintf()}-style format
 string to be applied to the right argument, and returns the string
 resulting from this formatting operation.