summaryrefslogtreecommitdiffstats
path: root/Doc/tut/tut.tex
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-07 02:32:36 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-07-07 02:32:36 (GMT)
commit74979664d0179c75d1714571d59a618f076ba3dc (patch)
treed7262adcc61a2b8b5336b9e377a216c3a1b8dcd5 /Doc/tut/tut.tex
parentd91614234375621f3b78cb9c8c5a58b77c961fe8 (diff)
downloadcpython-74979664d0179c75d1714571d59a618f076ba3dc.zip
cpython-74979664d0179c75d1714571d59a618f076ba3dc.tar.gz
cpython-74979664d0179c75d1714571d59a618f076ba3dc.tar.bz2
Typo repair.
Diffstat (limited to 'Doc/tut/tut.tex')
-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 9e705bc..c53ef06 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -5486,7 +5486,7 @@ While pathological cases do exist, for most casual use of
floating-point arithmetic you'll see the result you expect in the end
if you simply round the display of your final results to the number of
decimal digits you expect. \function{str()} usually suffices, and for
-finer control see the discussion of Pythons's \code{\%} format
+finer control see the discussion of Python's \code{\%} format
operator: the \code{\%g}, \code{\%f} and \code{\%e} format codes
supply flexible and easy ways to round float results for display.