From f9b8a19d75d7577017e001a8cd61f5b95e2fa694 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 25 Jan 2011 05:53:27 +0000 Subject: Typo. --- Doc/whatsnew/3.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index ae31d47..5bef1ac 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 -- cgit v0.12