diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-04-16 11:45:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 11:45:44 -0700 |
| commit | e39c080f36e8cbaeecf9fcf8b277538318c2abe9 (patch) | |
| tree | eac8f10cc2b891b70df0a75e35ad87e74a2a1442 /numpy/core/numeric.py | |
| parent | a9cb8c03bc7f1aae842ac8a3baa5ff388224044a (diff) | |
| parent | c989bd430b73181c5415df5f9ccdcfcc314445cb (diff) | |
| download | numpy-e39c080f36e8cbaeecf9fcf8b277538318c2abe9.tar.gz | |
Merge pull request #10878 from mattip/devdocs
DOC: rework documents and silence warnings during sphinx build
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 77aaf6dec..1108d4667 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -2529,7 +2529,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. |
