From: Fred Drake Date: Mon, 1 Jan 2001 20:33:06 +0000 (+0000) Subject: Fix up an awkward sentence, pointed out by Chris Ryland . X-Git-Tag: v2.1a1~463 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc97f8c609a5aa16030ddcfd23b493f17467f2e0;p=thirdparty%2FPython%2Fcpython.git Fix up an awkward sentence, pointed out by Chris Ryland . --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 85fb5c15a723..543c55ea43d1 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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.