Skip to content

Commit

Permalink
DOC: Clarify that like is not passed to function
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Sep 5, 2022
1 parent 2a6daf3 commit f9b2945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/numeric.py
Expand Up @@ -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
--------
Expand Down

0 comments on commit f9b2945

Please sign in to comment.