summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredschofield <edschofield@localhost>2005-10-31 14:15:27 +0000
committeredschofield <edschofield@localhost>2005-10-31 14:15:27 +0000
commit1e2e8ef521de9ab4cb3da8db75cb04f150a90816 (patch)
treebb616fa2546a5dd8dbb513a3bfdd3b6d1cbaa488
parent954c1d9339dbd366a2d5810c825c4784c85e0110 (diff)
downloadnumpy-1e2e8ef521de9ab4cb3da8db75cb04f150a90816.tar.gz
Fixed small typo
-rw-r--r--scipy/base/code_generators/generate_umath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/base/code_generators/generate_umath.py b/scipy/base/code_generators/generate_umath.py
index 7aa803e0d..16945d256 100644
--- a/scipy/base/code_generators/generate_umath.py
+++ b/scipy/base/code_generators/generate_umath.py
@@ -40,7 +40,7 @@ noobj = all[:-1]
defdict = {
'add': [all,'O',("PyNumber_Add",),
(2,1), Zero,
- "addd the arguments elementwise."
+ "adds the arguments elementwise."
],
'subtract' : [all,'O',("PyNumber_Subtract",),
(2,1), Zero,