summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,