diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-12 23:12:45 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-12 23:12:45 (GMT) |
commit | 1e1a8c729bee2e98cfa56ed7362c4906badb44f7 (patch) | |
tree | 3e8a23c5755861ff69f22283411bef3c72c12bd4 | |
parent | dc9542435b92ce224c1a5878bd49ae21db228e5e (diff) | |
download | cpython-1e1a8c729bee2e98cfa56ed7362c4906badb44f7.zip cpython-1e1a8c729bee2e98cfa56ed7362c4906badb44f7.tar.gz cpython-1e1a8c729bee2e98cfa56ed7362c4906badb44f7.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 84a2b9d..65dd625 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. | |