Browse Source

Grammar fixes

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

2
README.md

@ -2547,7 +2547,7 @@ with PyCallGraph(drawer):
NumPy
-----
**Array manipulation mini-language. Can run up to one hundred times faster than the equivalent Python code.**
**Array manipulation mini-language. It can run up to one hundred times faster than the equivalent Python code.**
```python
# $ pip3 install numpy

2
index.html

@ -2183,7 +2183,7 @@ drawer = output.GraphvizOutput(output_file=filename)
</code></pre></div></div>
<div><h2 id="numpy"><a href="#numpy" name="numpy">#</a>NumPy</h2><p><strong>Array manipulation mini-language. Can run up to one hundred times faster than the equivalent Python code.</strong></p><pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install numpy</span>
<div><h2 id="numpy"><a href="#numpy" name="numpy">#</a>NumPy</h2><p><strong>Array manipulation mini-language. It can run up to one hundred times faster than the equivalent Python code.</strong></p><pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install numpy</span>
<span class="hljs-keyword">import</span> numpy <span class="hljs-keyword">as</span> np
</code></pre></div>

Loading…
Cancel
Save