Skip to content

Commit

Permalink
[keras/ops/numpy.py] Use a more standard docstring format for `meshgr…
Browse files Browse the repository at this point in the history
…id` (#19144)
  • Loading branch information
SamuelMarks authored Feb 4, 2024
1 parent 35cb465 commit dda62ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/ops/numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3714,8 +3714,8 @@ def meshgrid(*x, indexing="xy"):
Args:
x: 1-D tensors representing the coordinates of a grid.
indexing: Cartesian (`"xy"`, default) or matrix (`"ij"`) indexing
of output.
indexing: `"xy"` or `"ij"`. "xy" is cartesian; `"ij"` is matrix
indexing of output. Defaults to `"xy"`.
Returns:
Sequence of N tensors.
Expand Down

0 comments on commit dda62ba

Please sign in to comment.