]> granicus.if.org Git - python/commitdiff
Typo.
authorRaymond Hettinger <python@rcn.com>
Tue, 25 Jan 2011 05:53:27 +0000 (05:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 25 Jan 2011 05:53:27 +0000 (05:53 +0000)
Doc/whatsnew/3.2.rst

index ae31d47d5e678291281090abd5f011df189e9566..5bef1ac4cc24919f44067e629cac58df4a8fea84 100644 (file)
@@ -992,7 +992,7 @@ of nearly equal quantities:
 >>> 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