Browse Source

Grammar fixes

pull/52/head
Jure Šorn 5 years ago
parent
commit
80c279294c
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      index.html

2
README.md

@ -2573,7 +2573,7 @@ indexes = <array>.argmin(axis)
``` ```
* **Shape is a tuple of dimension sizes.** * **Shape is a tuple of dimension sizes.**
* **Axis is an index of dimension that gets collapsed. Leftmost dimension has index 0.**
* **Axis is the index of a dimension that gets collapsed. Leftmost dimension has index 0.**
### Indexing ### Indexing
```bash ```bash

2
index.html

@ -2202,7 +2202,7 @@ indexes = &lt;array&gt;.argmin(axis)
</code></pre> </code></pre>
<ul> <ul>
<li><strong>Shape is a tuple of dimension sizes.</strong></li> <li><strong>Shape is a tuple of dimension sizes.</strong></li>
<li><strong>Axis is an index of dimension that gets collapsed. Leftmost dimension has index 0.</strong></li>
<li><strong>Axis is the index of a dimension that gets collapsed. Leftmost dimension has index 0.</strong></li>
</ul> </ul>
<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> <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>
&lt;1d_view&gt; = &lt;2d_array&gt;[0] <span class="hljs-comment"># First row.</span> &lt;1d_view&gt; = &lt;2d_array&gt;[0] <span class="hljs-comment"># First row.</span>

Loading…
Cancel
Save