Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d916142 commit 7497966Copy full SHA for 7497966
1 file changed
Doc/tut/tut.tex
@@ -5486,7 +5486,7 @@ \chapter{Floating Point Arithmetic: Issues and Limitations\label{fp-issues}}
5486
floating-point arithmetic you'll see the result you expect in the end
5487
if you simply round the display of your final results to the number of
5488
decimal digits you expect. \function{str()} usually suffices, and for
5489
-finer control see the discussion of Pythons's \code{\%} format
+finer control see the discussion of Python's \code{\%} format
5490
operator: the \code{\%g}, \code{\%f} and \code{\%e} format codes
5491
supply flexible and easy ways to round float results for display.
5492
0 commit comments