Skip to content

Commit 5ae01fa

Browse files
authored
Merge pull request numpy#19960 from Mukulikaa/syntax-fix
DOC: Minor syntax fix for numpydoc warnings
2 parents 4681424 + eb41441 commit 5ae01fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

numpy/core/_add_newdocs.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,8 +2821,8 @@
28212821
>>> np.ndarray[Any, np.dtype[Any]]
28222822
numpy.ndarray[typing.Any, numpy.dtype[Any]]
28232823
2824-
Note
2825-
----
2824+
Notes
2825+
-----
28262826
This method is only available for python 3.9 and later.
28272827
28282828
See Also
@@ -6100,8 +6100,8 @@
61006100
>>> np.dtype[np.int64]
61016101
numpy.dtype[numpy.int64]
61026102
6103-
Note
6104-
----
6103+
Notes
6104+
-----
61056105
This method is only available for python 3.9 and later.
61066106
61076107
See Also
@@ -6551,8 +6551,8 @@ def refer_to_array_attribute(attr, method=True):
65516551
>>> np.signedinteger[Any]
65526552
numpy.signedinteger[typing.Any]
65536553
6554-
Note
6555-
----
6554+
Notes
6555+
-----
65566556
This method is only available for python 3.9 and later.
65576557
65586558
See Also

0 commit comments

Comments
 (0)