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 2821
2821
>>> np.ndarray[Any, np.dtype[Any]]
2822
2822
numpy.ndarray[typing.Any, numpy.dtype[Any]]
2823
2823
2824
- Note
2825
- ----
2824
+ Notes
2825
+ -----
2826
2826
This method is only available for python 3.9 and later.
2827
2827
2828
2828
See Also
6100
6100
>>> np.dtype[np.int64]
6101
6101
numpy.dtype[numpy.int64]
6102
6102
6103
- Note
6104
- ----
6103
+ Notes
6104
+ -----
6105
6105
This method is only available for python 3.9 and later.
6106
6106
6107
6107
See Also
@@ -6551,8 +6551,8 @@ def refer_to_array_attribute(attr, method=True):
6551
6551
>>> np.signedinteger[Any]
6552
6552
numpy.signedinteger[typing.Any]
6553
6553
6554
- Note
6555
- ----
6554
+ Notes
6555
+ -----
6556
6556
This method is only available for python 3.9 and later.
6557
6557
6558
6558
See Also
You can’t perform that action at this time.
0 commit comments