Skip to content

Commit

Permalink
Merge pull request numpy#19960 from Mukulikaa/syntax-fix
Browse files Browse the repository at this point in the history
DOC: Minor syntax fix for numpydoc warnings
  • Loading branch information
charris committed Sep 26, 2021
2 parents 4681424 + eb41441 commit 5ae01fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions numpy/core/_add_newdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2821,8 +2821,8 @@
>>> np.ndarray[Any, np.dtype[Any]]
numpy.ndarray[typing.Any, numpy.dtype[Any]]
Note
----
Notes
-----
This method is only available for python 3.9 and later.
See Also
Expand Down Expand Up @@ -6100,8 +6100,8 @@
>>> np.dtype[np.int64]
numpy.dtype[numpy.int64]
Note
----
Notes
-----
This method is only available for python 3.9 and later.
See Also
Expand Down Expand Up @@ -6551,8 +6551,8 @@ def refer_to_array_attribute(attr, method=True):
>>> np.signedinteger[Any]
numpy.signedinteger[typing.Any]
Note
----
Notes
-----
This method is only available for python 3.9 and later.
See Also
Expand Down

0 comments on commit 5ae01fa

Please sign in to comment.