Skip to content

Commit eb41441

Browse files
committed
DOC: Minor syntax fix for numpydoc warnings
1 parent 0b01b48 commit eb41441

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
@@ -2818,8 +2818,8 @@
28182818
>>> np.ndarray[Any, np.dtype[Any]]
28192819
numpy.ndarray[typing.Any, numpy.dtype[Any]]
28202820
2821-
Note
2822-
----
2821+
Notes
2822+
-----
28232823
This method is only available for python 3.9 and later.
28242824
28252825
See Also
@@ -6097,8 +6097,8 @@
60976097
>>> np.dtype[np.int64]
60986098
numpy.dtype[numpy.int64]
60996099
6100-
Note
6101-
----
6100+
Notes
6101+
-----
61026102
This method is only available for python 3.9 and later.
61036103
61046104
See Also
@@ -6548,8 +6548,8 @@ def refer_to_array_attribute(attr, method=True):
65486548
>>> np.signedinteger[Any]
65496549
numpy.signedinteger[typing.Any]
65506550
6551-
Note
6552-
----
6551+
Notes
6552+
-----
65536553
This method is only available for python 3.9 and later.
65546554
65556555
See Also

0 commit comments

Comments
 (0)