From: Raymond Hettinger Date: Tue, 25 Jan 2011 05:53:27 +0000 (+0000) Subject: Typo. X-Git-Tag: v3.2rc2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9b8a19d75d7577017e001a8cd61f5b95e2fa694;p=python Typo. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index ae31d47d5e..5bef1ac4cc 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -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 `_: >>> erf(1.0/sqrt(2.0)) # portion of normal distribution within 1 standard deviation