diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-04-15 21:05:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 21:05:17 +0300 |
commit | cc94f360febdef0e6c4183c50555ba82e60ccff6 (patch) | |
tree | e731b26d575865ca3f0667df4249e23218a46e5c /numpy/core/fromnumeric.py | |
parent | 741c8b4dc95e4fa8a2ba0d003611c9c874ec9cab (diff) | |
parent | 26a8b418a9e19437d76b00be8a0a4f32aee68c4b (diff) | |
download | numpy-cc94f360febdef0e6c4183c50555ba82e60ccff6.tar.gz |
Merge pull request #13331 from rgommers/fix-docs
DOC, BLD: fix doc build issues in preparation for the next numpydoc release
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 801ef972d..b4d721940 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -3406,7 +3406,7 @@ def var(a, axis=None, dtype=None, out=None, ddof=0, keepdims=np._NoValue): See Also -------- - std , mean, nanmean, nanstd, nanvar + std, mean, nanmean, nanstd, nanvar numpy.doc.ufuncs : Section "Output arguments" Notes |