Fix markup.

This commit is contained in:
Georg Brandl 2008-08-30 22:00:28 +00:00
parent 5c669db194
commit 9481ba33ff
1 changed files with 1 additions and 1 deletions

View File

@ -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*.