Skip to content

Commit 0084106

Browse files
committed
Typo
1 parent 418d6ab commit 0084106

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
@@ -2547,7 +2547,7 @@ with PyCallGraph(drawer):
25472547

25482548
NumPy
25492549
-----
2550-
**Array manipulation mini language. Can run up to one hundred times faster than the equivalent Python code.**
2550+
**Array manipulation mini-language. Can run up to one hundred times faster than the equivalent Python code.**
25512551

25522552
```python
25532553
# $ pip3 install numpy

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,7 @@
21832183
</code></pre></div></div>
21842184

21852185

2186-
<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>
2186+
<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>
21872187
<span class="hljs-keyword">import</span> numpy <span class="hljs-keyword">as</span> np
21882188
</code></pre></div>
21892189

0 commit comments

Comments
 (0)