Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9b8a19

Browse files
committed
Typo.
1 parent 2c63906 commit f9b8a19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ of nearly equal quantities:
992992
>>> expm1(0.013671875) # more accurate way to compute e**x-1 for a small x
993993
0.013765762467652909
994994

995-
The :func:`~math.erf` function computes a probability integral of `Gaussian
995+
The :func:`~math.erf` function computes a probability integral or `Gaussian
996996
error function <http://en.wikipedia.org/wiki/Error_function>`_:
997997

998998
>>> erf(1.0/sqrt(2.0)) # portion of normal distribution within 1 standard deviation

0 commit comments

Comments
 (0)