diff options
author | argriffing <argriffing@gmail.com> | 2013-01-11 18:59:15 -0500 |
---|---|---|
committer | argriffing <argriffing@gmail.com> | 2013-01-11 18:59:15 -0500 |
commit | c1059f2d2efd03a348e7343b89a56862d82e7a8e (patch) | |
tree | bd197842091ad7790bd74af58061631112a71ac5 /numpy | |
parent | 00a8c0ca278280d04d32fc84386c29800e3b5a00 (diff) | |
download | numpy-c1059f2d2efd03a348e7343b89a56862d82e7a8e.tar.gz |
Update numpy/core/code_generators/ufunc_docstrings.py
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/ufunc_docstrings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/ufunc_docstrings.py index 678303a2e..b8f11e543 100644 --- a/numpy/core/code_generators/ufunc_docstrings.py +++ b/numpy/core/code_generators/ufunc_docstrings.py @@ -1099,7 +1099,7 @@ add_newdoc('numpy.core.umath', 'exp2', See Also -------- - exp : calculate x**p. + power Notes ----- |