diff options
Diffstat (limited to 'Doc/lib/libfpformat.tex')
| -rw-r--r-- | Doc/lib/libfpformat.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libfpformat.tex b/Doc/lib/libfpformat.tex index 577b50b498..a3a6282230 100644 --- a/Doc/lib/libfpformat.tex +++ b/Doc/lib/libfpformat.tex @@ -8,8 +8,8 @@ The \module{fpformat} module defines functions for dealing with floating point numbers representations in 100\% pure -Python. \strong{Note:} This module is unneeded: everything here could -be done via the \code{\%} string interpolation operator. +Python. \note{This module is unneeded: everything here could +be done via the \code{\%} string interpolation operator.} The \module{fpformat} module defines the following functions and an exception: |
