From 74979664d0179c75d1714571d59a618f076ba3dc Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 7 Jul 2004 02:32:36 +0000 Subject: Typo repair. --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12