diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-12 23:10:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-12 23:10:04 (GMT) |
commit | a356271bd73451d4ce05ea3c6d5ac4f528f185f2 (patch) | |
tree | df872415cdf27dfd2d6a08215be36b7d60eb5268 | |
parent | 582162e42ba4c944fa96c15a99de29ea96ea9ca3 (diff) | |
download | cpython-a356271bd73451d4ce05ea3c6d5ac4f528f185f2.zip cpython-a356271bd73451d4ce05ea3c6d5ac4f528f185f2.tar.gz cpython-a356271bd73451d4ce05ea3c6d5ac4f528f185f2.tar.bz2 |
Merged revisions 85395 via svnmerge from
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
........
-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 6748484..409f461 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -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. | |