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 154013a commit 52adc1aCopy full SHA for 52adc1a
1 file changed
Doc/library/string.rst
@@ -547,10 +547,8 @@ The available presentation types for :class:`float` and
547
| | for :class:`~decimal.Decimal`. If ``p=0``, the decimal |
548
| | point is omitted unless the ``#`` option is used. |
549
| | |
550
- | | The number of zeros padding to the exponent is |
551
- | | determined by the implementation. When the coefficient |
552
- | | is zero, the exponent value is also determined by the |
553
- | | implementation. |
+ | | For :class:`float`, the exponent always contains at |
+ | | least two digits, and is zero if the value is zero. |
554
+---------+----------------------------------------------------------+
555
| ``'E'`` | Scientific notation. Same as ``'e'`` except it uses |
556
| | an upper case 'E' as the separator character. |
0 commit comments