Skip to content

Commit

Permalink
add term tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman authored Jun 29, 2024
1 parent a35b615 commit 7203b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpydoc/xref.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"np.ndarray": "numpy.ndarray",
"array-like": ":term:`numpy:array_like`",
"array_like": ":term:`numpy:array_like`",
"ArrayLike": "`numpy.typing.ArrayLike`",
"ArrayLike": ":term:`numpy.typing.ArrayLike`",
"scalar": ":ref:`scalar <numpy:arrays.scalars>`",
"RandomState": "numpy.random.RandomState",
"np.random.RandomState": "numpy.random.RandomState",
Expand Down

0 comments on commit 7203b82

Please sign in to comment.