diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index c69615ba1..052972180 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -831,7 +831,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('mean', a.sum(axis, dtype) / size(a, axis). The optional dtype argument is the data type for intermediate - calculations in the sum.; + calculations in the sum. """)) |