summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-17 12:33:24 (GMT)
committerEric Smith <eric@trueblade.com>2009-04-17 12:33:24 (GMT)
commit86c06bc47f10d591528deff855ef028169a18b52 (patch)
treef508774b184efd396784bcf455beb49c470db2ff
parentc548b6e7241ef83074ed3696d09c25a3baa53154 (diff)
downloadcpython-86c06bc47f10d591528deff855ef028169a18b52.zip
cpython-86c06bc47f10d591528deff855ef028169a18b52.tar.gz
cpython-86c06bc47f10d591528deff855ef028169a18b52.tar.bz2
Nit.
-rw-r--r--Doc/whatsnew/3.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index 3bdc345..014cc4f 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -150,7 +150,7 @@ Some smaller changes made to the core Python language are:
* Python now uses David Gay's algorithm for finding the shortest floating
point representation that doesn't change its value. This should help
- mitigate the some of the confusion surrounding binary floating point
+ mitigate some of the confusion surrounding binary floating point
numbers.
The significance is easily seen with a number like ``1.1`` which does not