diff options
Diffstat (limited to 'numpy/lib/ufunclike.py')
-rw-r--r-- | numpy/lib/ufunclike.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/ufunclike.py b/numpy/lib/ufunclike.py index 0956de82b..a93c4773b 100644 --- a/numpy/lib/ufunclike.py +++ b/numpy/lib/ufunclike.py @@ -100,7 +100,7 @@ def fix(x, out=None): See Also -------- - trunc, floor, ceil + rint, trunc, floor, ceil around : Round to given number of decimals Examples |