[Python-checkins] r88182 - python/branches/py3k/Doc/whatsnew/3.2.rst

raymond.hettinger python-checkins at python.org
Tue Jan 25 06:53:28 CET 2011


Author: raymond.hettinger
Date: Tue Jan 25 06:53:27 2011
New Revision: 88182

Log:
Typo.


Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Tue Jan 25 06:53:27 2011
@@ -992,7 +992,7 @@
 >>> expm1(0.013671875)   # more accurate way to compute e**x-1 for a small x
 0.013765762467652909
 
-The :func:`~math.erf` function computes a probability integral of `Gaussian
+The :func:`~math.erf` function computes a probability integral or `Gaussian
 error function <http://en.wikipedia.org/wiki/Error_function>`_:
 
 >>> erf(1.0/sqrt(2.0))   # portion of normal distribution within 1 standard deviation


More information about the Python-checkins mailing list