summaryrefslogtreecommitdiffstats
path: root/Doc/library/math.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-30 22:00:28 (GMT)
committerGeorg Brandl <georg@python.org>2008-08-30 22:00:28 (GMT)
commit9481ba33ffee64abb67e5bf7bba8e968647670a3 (patch)
tree9b3fa374a48ac9f4e9c81a3e9bbaf5ca045aa5b3 /Doc/library/math.rst
parent5c669db194e6fd1d9eae11b4c0ba268faeeb460d (diff)
downloadcpython-9481ba33ffee64abb67e5bf7bba8e968647670a3.zip
cpython-9481ba33ffee64abb67e5bf7bba8e968647670a3.tar.gz
cpython-9481ba33ffee64abb67e5bf7bba8e968647670a3.tar.bz2
Fix markup.
Diffstat (limited to 'Doc/library/math.rst')
-rw-r--r--Doc/library/math.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index be3b70b..3d29736 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*.