diff --git a/Doc/library/string.rst b/Doc/library/string.rst index ee8ea857da4b96..673223171ce7d9 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -481,7 +481,8 @@ The available presentation types for floating point and decimal values are: | | with presentation type ``'e'`` and precision ``p-1``. | | | In both cases insignificant trailing zeros are removed | | | from the significand, and the decimal point is also | - | | removed if there are no remaining digits following it. | + | | removed if there are no remaining digits following it, | + | | unless the ``'#'`` option is used. | | | | | | Positive and negative infinity, positive and negative | | | zero, and nans, are formatted as ``inf``, ``-inf``, |