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 c2d34a1 commit 2e942a5Copy full SHA for 2e942a5
Doc/library/string.rst
@@ -536,6 +536,9 @@ The available presentation types for :class:`float` and
536
| | :class:`float`, and shows all coefficient digits |
537
| | for :class:`~decimal.Decimal`. If ``p=0``, the decimal |
538
| | point is omitted unless the ``#`` option is used. |
539
+ | | |
540
+ | | For :class:`float`, the exponent always contains at |
541
+ | | least two digits, and is zero if the value is zero. |
542
+---------+----------------------------------------------------------+
543
| ``'E'`` | Scientific notation. Same as ``'e'`` except it uses |
544
| | an upper case 'E' as the separator character. |
0 commit comments