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 e12c744 commit e27f76bCopy full SHA for e27f76b
Doc/library/string.rst
@@ -546,6 +546,9 @@ The available presentation types for :class:`float` and
546
| | :class:`float`, and shows all coefficient digits |
547
| | for :class:`~decimal.Decimal`. If ``p=0``, the decimal |
548
| | point is omitted unless the ``#`` option is used. |
549
+ | | |
550
+ | | For :class:`float`, the exponent always contains at |
551
+ | | least two digits, and is zero if the value is zero. |
552
+---------+----------------------------------------------------------+
553
| ``'E'`` | Scientific notation. Same as ``'e'`` except it uses |
554
| | an upper case 'E' as the separator character. |
0 commit comments