summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-01-01 20:33:06 (GMT)
committerFred Drake <fdrake@acm.org>2001-01-01 20:33:06 (GMT)
commitcc97f8c609a5aa16030ddcfd23b493f17467f2e0 (patch)
treed1ce01710f9731524dcb18139986f2e72e3d2810 /Doc
parenta659efe5c75711eab0cca8261254994f6ec44103 (diff)
downloadcpython-cc97f8c609a5aa16030ddcfd23b493f17467f2e0.zip
cpython-cc97f8c609a5aa16030ddcfd23b493f17467f2e0.tar.gz
cpython-cc97f8c609a5aa16030ddcfd23b493f17467f2e0.tar.bz2
Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tut/tut.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 85fb5c1..543c55e 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.