mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fix spelling #10078
This commit is contained in:
parent
5c4bfc4af0
commit
73a3f2d4d4
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ The available presentation types for floating point and decimal values are:
|
|||
| | from the significand, and the decimal point is also |
|
||||
| | removed if there are no remaining digits following it. |
|
||||
| | |
|
||||
| | Postive and negative infinity, positive and negative |
|
||||
| | Positive and negative infinity, positive and negative |
|
||||
| | zero, and nans, are formatted as ``inf``, ``-inf``, |
|
||||
| | ``0``, ``-0`` and ``nan`` respectively, regardless of |
|
||||
| | the precision. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue