From: Georg Brandl Date: Sat, 30 Aug 2008 22:00:28 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.6rc1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9481ba33ffee64abb67e5bf7bba8e968647670a3;p=thirdparty%2FPython%2Fcpython.git Fix markup. --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index be3b70bfccc2..3d297363056b 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -317,7 +317,7 @@ The module also defines two mathematical constants: :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*.