diff options
author | mattip <matti.picus@gmail.com> | 2018-04-11 14:23:07 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-11 14:23:07 +0300 |
commit | 1eef2af85df832b55c856935a820889cdee83581 (patch) | |
tree | 6d08ab46d404717869e23811bdde7db2ce29ec62 /numpy/core/numeric.py | |
parent | 0a8ba953cc3fb973f63e2948c1d2027d39b9f88c (diff) | |
download | numpy-1eef2af85df832b55c856935a820889cdee83581.tar.gz |
formatting fixes
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r-- | numpy/core/numeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index d154206c5..028dfc745 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -2533,7 +2533,7 @@ def seterr(all=None, divide=None, over=None, under=None, invalid=None): Notes ----- - The floating-point exceptions are defined in the IEEE 754 standard [1]: + The floating-point exceptions are defined in the IEEE 754 standard [1]_: - Division by zero: infinite result obtained from finite numbers. - Overflow: result too large to be expressed. |