summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.2.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-25 08:01:01 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-25 08:01:01 (GMT)
commit902f320232daaebbf80c7de6eeafcae3957db5d5 (patch)
tree2577c7245116e8e87791d98faf685a866324f5f8 /Doc/whatsnew/3.2.rst
parentda4a05de7eaa1396ad12c5b48def6f11d4214a87 (diff)
downloadcpython-902f320232daaebbf80c7de6eeafcae3957db5d5.zip
cpython-902f320232daaebbf80c7de6eeafcae3957db5d5.tar.gz
cpython-902f320232daaebbf80c7de6eeafcae3957db5d5.tar.bz2
Typo.
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 0c8eee0..2bd461e 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -975,7 +975,7 @@ datetime and time
math
----
-The :mod:`math` module has been updated with five new functions inspired by the
+The :mod:`math` module has been updated with six new functions inspired by the
C99 standard.
The :func:`~math.isfinite` function provides a reliable and fast way to detect