diff options
author | edschofield <edschofield@localhost> | 2005-10-31 14:15:27 +0000 |
---|---|---|
committer | edschofield <edschofield@localhost> | 2005-10-31 14:15:27 +0000 |
commit | 1e2e8ef521de9ab4cb3da8db75cb04f150a90816 (patch) | |
tree | bb616fa2546a5dd8dbb513a3bfdd3b6d1cbaa488 /scipy/base/code_generators/generate_umath.py | |
parent | 954c1d9339dbd366a2d5810c825c4784c85e0110 (diff) | |
download | numpy-1e2e8ef521de9ab4cb3da8db75cb04f150a90816.tar.gz |
Fixed small typo
Diffstat (limited to 'scipy/base/code_generators/generate_umath.py')
-rw-r--r-- | scipy/base/code_generators/generate_umath.py | 2 |
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, |