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

(cherry picked from commit d44542f9a2)

Co-authored-by: bchhabra2490 <bchhabra2490@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-09-13 10:26:51 -07:00 committed by GitHub
parent 0a5a1a1eb2
commit 77878cadc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -508,7 +508,8 @@ The available presentation types for floating point and decimal values are:
| | with presentation type ``'e'`` and precision ``p-1``. | | | with presentation type ``'e'`` and precision ``p-1``. |
| | In both cases insignificant trailing zeros are removed | | | In both cases insignificant trailing zeros are removed |
| | from the significand, and the decimal point is also | | | 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 | | | Positive and negative infinity, positive and negative |
| | zero, and nans, are formatted as ``inf``, ``-inf``, | | | zero, and nans, are formatted as ``inf``, ``-inf``, |