]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix spelling #10078
authorBenjamin Peterson <benjamin@python.org>
Tue, 12 Oct 2010 23:07:13 +0000 (23:07 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 12 Oct 2010 23:07:13 +0000 (23:07 +0000)
Doc/library/string.rst

index f926924b1b720a66014763de43884fe6da473237..b905d3ac582dd4e2745f55d20479cdb54e399c1b 100644 (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.                                           |