[Python-checkins] cpython (3.2): Fix markup and wording.

raymond.hettinger python-checkins at python.org
Thu Mar 31 23:00:16 CEST 2011


http://hg.python.org/cpython/rev/9797bfe8240f
changeset: 69091:9797bfe8240f
branch: 3.2
parent: 69088:69c91ee0b7dd
user: Raymond Hettinger <python at rcn.com>
date: Thu Mar 31 13:59:24 2011 -0700
summary:
 Fix markup and wording.
files:
 Doc/library/math.rst | 7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -326,8 +326,8 @@
 
 Return the complementary error function at *x*. The `complementary error
 function <http://en.wikipedia.org/wiki/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
 <http://en.wikipedia.org/wiki/Loss_of_significance>`_\.
 
 .. versionadded:: 3.2
@@ -335,7 +335,8 @@
 
 .. function:: gamma(x)
 
- Return the `Gamma function<http://en.wikipedia.org/wiki/Gamma_function>` at *x*.
+ Return the `Gamma function <http://en.wikipedia.org/wiki/Gamma_function>`_ at
+ *x*.
 
 .. versionadded:: 3.2
 
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /