[Python-checkins] r63177 - python/trunk/Doc/library/math.rst

georg.brandl python-checkins at python.org
Mon May 12 19:43:13 CEST 2008


Author: georg.brandl
Date: Mon May 12 19:43:13 2008
New Revision: 63177

Log:
Fix markup.


Modified:
   python/trunk/Doc/library/math.rst

Modified: python/trunk/Doc/library/math.rst
==============================================================================
--- python/trunk/Doc/library/math.rst	(original)
+++ python/trunk/Doc/library/math.rst	Mon May 12 19:43:13 2008
@@ -300,7 +300,7 @@
    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.
 


More information about the Python-checkins mailing list