Skip to content
Snippets Groups Projects
Commit 6d05f713 authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

(kasal) typo

parent cfd623c1
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@
become the de-facto standard for doing any kinds of computations that involve
n-dimensional arrays. Please consult the NumPy website for more details.</p>
</div>
<div class="section" id="why-does-numpy-on-pypy-makes-sense">
<h1>Why does NumPy on PyPy makes sense?</h1>
<div class="section" id="why-does-numpy-on-pypy-make-sense">
<h1>Why does NumPy on PyPy make sense?</h1>
<p>NumPy on PyPy makes sense for a couple of reasons: Firstly, it is by
far the most requested feature from PyPy. Secondly, PyPy <a class="reference external" href="http://morepypy.blogspot.com/2011/07/realtime-image-processing-in-python.html">performs
well</a> on numerical loads already. Therefore bringing NumPy into the
......
......@@ -45,7 +45,7 @@
become the de-facto standard for doing any kinds of computations that involve
n-dimensional arrays. Please consult the NumPy website for more details.
Why does NumPy on PyPy makes sense?
Why does NumPy on PyPy make sense?
-----------------------------------
NumPy on PyPy makes sense for a couple of reasons: Firstly, it is by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment