Skip to content

Commit 80c2792

Browse files
committed
Grammar fixes
1 parent 4ef0220 commit 80c2792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@ indexes = <array>.argmin(axis)
25732573
```
25742574

25752575
* **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.**
25772577

25782578
### Indexing
25792579
```bash

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@
22022202
</code></pre>
22032203
<ul>
22042204
<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>
22062206
</ul>
22072207
<div><h3 id="indexing">Indexing</h3><pre><code class="bash language-bash hljs">&lt;el&gt; = &lt;2d_array&gt;[0, 0] <span class="hljs-comment"># First element.</span>
22082208
&lt;1d_view&gt; = &lt;2d_array&gt;[0] <span class="hljs-comment"># First row.</span>

0 commit comments

Comments
 (0)