]> granicus.if.org Git - python/commitdiff
Merged revisions 85395 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 12 Oct 2010 23:10:04 +0000 (23:10 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 12 Oct 2010 23:10:04 +0000 (23:10 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85395 | benjamin.peterson | 2010-10-12 18:07:13 -0500 (Tue, 12 Oct 2010) | 1 line

  fix spelling #10078
........

Doc/library/string.rst

index 6748484cb9992a216cb759ad4cfed06713c5190a..409f4611719d1e5222169b810290a01aa4dc4fc8 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.                                           |