Thanks to visit codestin.com Credit goes to github.com
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 a1e9ef7 commit 7a8e582Copy full SHA for 7a8e582
1 file changed
Doc/library/string.rst
@@ -416,8 +416,7 @@ The available presentation types for floating point and decimal values are:
416
| ``'%'`` | Percentage. Multiplies the number by 100 and displays |
417
| | in fixed (``'f'``) format, followed by a percent sign. |
418
+---------+----------------------------------------------------------+
419
- | None | similar to ``'g'``, except that it prints at least one |
420
- | | digit after the decimal point. |
+ | None | the same as ``'g'`` |
421
422
423
0 commit comments