summaryrefslogtreecommitdiff
path: root/Doc/library/string.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-12 23:07:13 +0000
committerBenjamin Peterson <benjamin@python.org>2010-10-12 23:07:13 +0000
commit73a3f2d4d432fafb3610003e761874ed5f61a72e (patch)
tree2def5a405b400d770cf59bdc5b17271d806ed67a /Doc/library/string.rst
parent5c4bfc4af070c5c62f76cf3c2d23a19e7c794c4e (diff)
downloadcpython-git-73a3f2d4d432fafb3610003e761874ed5f61a72e.tar.gz
fix spelling #10078
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r--Doc/library/string.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index f926924b1b..b905d3ac58 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. |