diff options
author | Georg Brandl <georg@python.org> | 2008-05-12 17:43:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-12 17:43:13 (GMT) |
commit | 173b739ff894d197a9f31ffbac71eabc9542d52c (patch) | |
tree | 00b76a5af64a0c316595e057653eccb6733580e5 /Doc | |
parent | feb0921f9f1a047f118775f74d90df00f93a1502 (diff) | |
download | cpython-173b739ff894d197a9f31ffbac71eabc9542d52c.zip cpython-173b739ff894d197a9f31ffbac71eabc9542d52c.tar.gz cpython-173b739ff894d197a9f31ffbac71eabc9542d52c.tar.bz2 |
Fix markup.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/math.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index d8e7d44..9bccf5d 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -300,7 +300,7 @@ The module also defines two mathematical constants: platform and libm implementation. It's usually :exc:`ValueError` for *EDOM* and :exc:`OverflowError` for errno *ERANGE*. - ..versionchanged:: 2.6 + .. versionchanged:: 2.6 In earlier versions of Python the outcome of an operation with NaN as input depended on platform and libm implementation. |