From 7e28388d3e11af4997e550260b4feb4b08820cf5 Mon Sep 17 00:00:00 2001 From: Puru Chaudhary Date: Sat, 11 May 2024 12:07:51 -0700 Subject: [PATCH] Update python-numpy-tutorial.md (grammar fix) --- python-numpy-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-numpy-tutorial.md b/python-numpy-tutorial.md index fe737a3c..66192e41 100644 --- a/python-numpy-tutorial.md +++ b/python-numpy-tutorial.md @@ -1051,7 +1051,7 @@ across two sets of points; you can read about it ## Matplotlib [Matplotlib](http://matplotlib.org/) is a plotting library. -In this section give a brief introduction to the `matplotlib.pyplot` module, +In this section we give a brief introduction to the `matplotlib.pyplot` module, which provides a plotting system similar to that of MATLAB.