From fbb44dbb04010e0341861b8418acf685c2fd79d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jure=20=C5=A0orn?= <sornjure@gmail.com>
Date: Tue, 14 Jan 2020 09:28:02 +0100
Subject: [PATCH] NumPy

---
 README.md  | 2 +-
 index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 606bb7f..1317713 100644
--- a/README.md
+++ b/README.md
@@ -2539,7 +2539,7 @@ with PyCallGraph(drawer):
 
 NumPy
 -----
-**Array manipulation mini language. Can run up to one hundred times faster than equivalent Python code.**
+**Array manipulation mini language. Can run up to one hundred times faster than the equivalent Python code.**
 
 ```python
 # $ pip3 install numpy
diff --git a/index.html b/index.html
index f5c720d..245569d 100644
--- a/index.html
+++ b/index.html
@@ -2177,7 +2177,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 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. 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>