diff options
author | Robert Kern <robert.kern@gmail.com> | 2005-10-07 05:02:35 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2005-10-07 05:02:35 +0000 |
commit | 1c8e6d935cf0053dee0bbcf006f3646cd00b482b (patch) | |
tree | 1259e18123ff2e9e0c0270a65caa994eb11a869f /scipy/base/function_base.py | |
parent | 0a8d3a1020037f58846aa3851cad8097a9af1a09 (diff) | |
download | numpy-1c8e6d935cf0053dee0bbcf006f3646cd00b482b.tar.gz |
r164@Blasphemy: kern | 2005-10-06 22:01:39 -0700
Typo
Diffstat (limited to 'scipy/base/function_base.py')
-rw-r--r-- | scipy/base/function_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/base/function_base.py b/scipy/base/function_base.py index 674729496..6acbd3146 100644 --- a/scipy/base/function_base.py +++ b/scipy/base/function_base.py @@ -678,7 +678,7 @@ class vectorize: def round_(x, decimals=0): - """round_(m, decimals=0) Rounds x to decimplas places. + """round_(m, decimals=0) Rounds x to decimals places. Returns x if array is not floating point and rounds both the real and imaginary parts separately if array is complex. Rounds in the |