Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7497966

Browse files
committed
Typo repair.
1 parent d916142 commit 7497966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5486,7 +5486,7 @@ \chapter{Floating Point Arithmetic: Issues and Limitations\label{fp-issues}}
54865486
floating-point arithmetic you'll see the result you expect in the end
54875487
if you simply round the display of your final results to the number of
54885488
decimal digits you expect. \function{str()} usually suffices, and for
5489-
finer control see the discussion of Pythons's \code{\%} format
5489+
finer control see the discussion of Python's \code{\%} format
54905490
operator: the \code{\%g}, \code{\%f} and \code{\%e} format codes
54915491
supply flexible and easy ways to round float results for display.
54925492

0 commit comments

Comments
 (0)