summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2006-10-10 23:19:05 +0000
committerStefan van der Walt <stefan@sun.ac.za>2006-10-10 23:19:05 +0000
commit02b451e4a1a7f9b96becb27feceb699267ff9d95 (patch)
treee784a167007538fc47f70568f17c7808c5b974da /numpy/add_newdocs.py
parent7147b21ea8483ce6ce2ed3474e23136bb1043913 (diff)
downloadnumpy-02b451e4a1a7f9b96becb27feceb699267ff9d95.tar.gz
Remove extra semi-colon.
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
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.
"""))