fix spelling #10078

This commit is contained in:
Benjamin Peterson 2010-10-12 23:07:13 +00:00
parent 5c4bfc4af0
commit 73a3f2d4d4

View file

@ -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. |