From 4ef0220d57a6ce7e1b267221bc5af4a0b4d11d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 31 Jan 2020 22:32:42 +0100 Subject: [PATCH] Grammar fixes --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e879a78..f067fd5 100644 --- a/README.md +++ b/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 diff --git a/index.html b/index.html index 7856186..890c061 100644 --- a/index.html +++ b/index.html @@ -2183,7 +2183,7 @@ drawer = output.GraphvizOutput(output_file=filename) -

#NumPy

Array manipulation mini-language. Can run up to one hundred times faster than the equivalent Python code.

# $ pip3 install numpy
+

#NumPy

Array manipulation mini-language. It can run up to one hundred times faster than the equivalent Python code.

# $ pip3 install numpy
 import numpy as np