mirror of https://github.com/python/cpython
Fix markup.
This commit is contained in:
parent
5c669db194
commit
9481ba33ff
|
@ -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*.
|
||||
|
||||
|
|
Loading…
Reference in New Issue