summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/numeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py
index 352f43251..092e42470 100644
--- a/numpy/core/numeric.py
+++ b/numpy/core/numeric.py
@@ -1836,7 +1836,7 @@ def fromfunction(function, shape, *, dtype=float, like=None, **kwargs):
Notes
-----
- Keywords other than `dtype` are passed to `function`.
+ Keywords other than `dtype` and `like` are passed to `function`.
Examples
--------