diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-20 12:31:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 12:31:31 -0600 |
commit | 67b9a768a7e6f373bbba02df302622773559ca4b (patch) | |
tree | fa52e4c8346e5232b76013fe0f69a8a3dd973ff9 /numpy/doc | |
parent | de62ef91ff92a5118cee9c1aa236eb672cc96c84 (diff) | |
parent | 953fbda6c22af1ea0269ed533265268b805e324c (diff) | |
download | numpy-67b9a768a7e6f373bbba02df302622773559ca4b.tar.gz |
Merge pull request #10921 from mattip/percentile-graph
DOC: clear up warnings, fix matplotlib plot
Diffstat (limited to 'numpy/doc')
-rw-r--r-- | numpy/doc/constants.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index f3b835085..21c7a3c67 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -296,8 +296,9 @@ add_newdoc('numpy', 'nan', See Also -------- isnan : Shows which elements are Not a Number. + isfinite : Shows which elements are finite (not one of - Not a Number, positive infinity and negative infinity) + Not a Number, positive infinity and negative infinity) Notes ----- |