File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2818
2818
>>> np.ndarray[Any, np.dtype[Any]]
2819
2819
numpy.ndarray[typing.Any, numpy.dtype[Any]]
2820
2820
2821
- Note
2822
- ----
2821
+ Notes
2822
+ -----
2823
2823
This method is only available for python 3.9 and later.
2824
2824
2825
2825
See Also
6097
6097
>>> np.dtype[np.int64]
6098
6098
numpy.dtype[numpy.int64]
6099
6099
6100
- Note
6101
- ----
6100
+ Notes
6101
+ -----
6102
6102
This method is only available for python 3.9 and later.
6103
6103
6104
6104
See Also
@@ -6548,8 +6548,8 @@ def refer_to_array_attribute(attr, method=True):
6548
6548
>>> np.signedinteger[Any]
6549
6549
numpy.signedinteger[typing.Any]
6550
6550
6551
- Note
6552
- ----
6551
+ Notes
6552
+ -----
6553
6553
This method is only available for python 3.9 and later.
6554
6554
6555
6555
See Also
You can’t perform that action at this time.
0 commit comments