From: Benjamin Peterson Date: Tue, 12 Oct 2010 23:07:13 +0000 (+0000) Subject: fix spelling #10078 X-Git-Tag: v3.2a4~648 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73a3f2d4d432fafb3610003e761874ed5f61a72e;p=thirdparty%2FPython%2Fcpython.git fix spelling #10078 --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index f926924b1b72..b905d3ac582d 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. |