File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2573,7 +2573,7 @@ indexes = <array>.argmin(axis)
2573
2573
```
2574
2574
2575
2575
* ** Shape is a tuple of dimension sizes.**
2576
- * ** Axis is an index of dimension that gets collapsed. Leftmost dimension has index 0.**
2576
+ * ** Axis is the index of a dimension that gets collapsed. Leftmost dimension has index 0.**
2577
2577
2578
2578
### Indexing
2579
2579
``` bash
Original file line number Diff line number Diff line change 2202
2202
</ code > </ pre >
2203
2203
< ul >
2204
2204
< li > < strong > Shape is a tuple of dimension sizes.</ strong > </ li >
2205
- < li > < strong > Axis is an index of dimension that gets collapsed. Leftmost dimension has index 0.</ strong > </ li >
2205
+ < li > < strong > Axis is the index of a dimension that gets collapsed. Leftmost dimension has index 0.</ strong > </ li >
2206
2206
</ ul >
2207
2207
< div > < h3 id ="indexing "> Indexing</ h3 > < pre > < code class ="bash language-bash hljs "> <el> = <2d_array>[0, 0] < span class ="hljs-comment "> # First element.</ span >
2208
2208
<1d_view> = <2d_array>[0] < span class ="hljs-comment "> # First row.</ span >
You can’t perform that action at this time.
0 commit comments