From: Raymond Hettinger Date: Thu, 31 Mar 2011 20:59:24 +0000 (-0700) Subject: Fix markup and wording. X-Git-Tag: v3.2.1b1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12e6c256cad9161de894106a297e88587625a6ee;p=python Fix markup and wording. --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index a5be90ede3..98c5b334fc 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -326,8 +326,8 @@ Special functions Return the complementary error function at *x*. The `complementary error function `_ is defined as - ``1.0 - erf(x)``. It is used for large values of *x* where a straight - substraction from *1* would cause a `loss of significance + ``1.0 - erf(x)``. It is used for large values of *x* where a subtraction + from one would cause a `loss of significance `_\. .. versionadded:: 3.2 @@ -335,7 +335,8 @@ Special functions .. function:: gamma(x) - Return the `Gamma function` at *x*. + Return the `Gamma function `_ at + *x*. .. versionadded:: 3.2