From: Georg Brandl Date: Mon, 12 May 2008 17:43:13 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.6b1~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=173b739ff894d197a9f31ffbac71eabc9542d52c;p=python Fix markup. --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index d8e7d44176..9bccf5dcd6 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.