diff options
-rw-r--r-- | Doc/library/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 84a2b9df4e..65dd625539 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -472,7 +472,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. | |