diff options
Diffstat (limited to 'Doc/library/fpformat.rst')
-rw-r--r-- | Doc/library/fpformat.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/fpformat.rst b/Doc/library/fpformat.rst index 33655fb..6627c81 100644 --- a/Doc/library/fpformat.rst +++ b/Doc/library/fpformat.rst @@ -12,8 +12,8 @@ numbers representations in 100% pure Python. .. note:: - This module is unneeded: everything here could be done via the ``%`` string - interpolation operator. + This module is unnecessary: everything here can be done using the ``%`` string + interpolation operator described in the :ref:`string-formatting` section. The :mod:`fpformat` module defines the following functions and an exception: |