Commit d44542f9 authored by bchhabra2490's avatar bchhabra2490 Committed by Stéphane Wirtel

bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624)

parent a67ac2f2
......@@ -508,7 +508,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``, |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment