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

georg.brandl python-checkins at python.org
Sun Aug 31 00:00:28 CEST 2008


Author: georg.brandl
Date: Sun Aug 31 00:00:28 2008
New Revision: 66080

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	Sun Aug 31 00:00:28 2008
@@ -317,7 +317,7 @@
    :exc:`OverflowError`, ``math.log(0L)`` may raise :exc:`ValueError` instead.
 
    All functions return a quiet *NaN* if at least one of the args is *NaN*.
-   Signaling *NaN*s raise an exception. The exception type still depends on the
+   Signaling *NaN*\s raise an exception. The exception type still depends on the
    platform and libm implementation. It's usually :exc:`ValueError` for *EDOM*
    and :exc:`OverflowError` for errno *ERANGE*.
 


More information about the Python-checkins mailing list