Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbb44db

Browse files
committed
NumPy
1 parent ae91d63 commit fbb44db

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

25402540
NumPy
25412541
-----
2542-
**Array manipulation mini language. Can run up to one hundred times faster than equivalent Python code.**
2542+
**Array manipulation mini language. Can run up to one hundred times faster than the equivalent Python code.**
25432543

25442544
```python
25452545
# $ pip3 install numpy

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2177,7 +2177,7 @@
21772177
</code></pre></div></div>
21782178

21792179

2180-
<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 equivalent Python code.</strong></p><pre><code class="python language-python hljs"><span class="hljs-comment"># $ pip3 install numpy</span>
2180+
<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>
21812181
<span class="hljs-keyword">import</span> numpy <span class="hljs-keyword">as</span> np
21822182
</code></pre></div>
21832183

0 commit comments

Comments
 (0)