From: Benjamin Peterson Date: Tue, 12 Oct 2010 23:10:04 +0000 (+0000) Subject: Merged revisions 85395 via svnmerge from X-Git-Tag: v3.1.3rc1~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a356271bd73451d4ce05ea3c6d5ac4f528f185f2;p=thirdparty%2FPython%2Fcpython.git 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 ........ --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 6748484cb999..409f4611719d 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. |