From a0748fa8068ce70936c2a8a9b93a073a0463af9a Mon Sep 17 00:00:00 2001 From: uv012 Date: Tue, 7 Jul 2026 14:28:08 +0530 Subject: [PATCH] Fix typo in notebook-covidspread --- 2-Working-With-Data/07-python/notebook-covidspread.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Working-With-Data/07-python/notebook-covidspread.ipynb b/2-Working-With-Data/07-python/notebook-covidspread.ipynb index a33d0de9..0f7848db 100644 --- a/2-Working-With-Data/07-python/notebook-covidspread.ipynb +++ b/2-Working-With-Data/07-python/notebook-covidspread.ipynb @@ -1793,7 +1793,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now let's compute the number of new infected people each day. This will allow us to see the speed at which pandemic progresses. The easiest day to do it is to use `diff`:" + "Now let's compute the number of new infected people each day. This will allow us to see the speed at which pandemic progresses. The easiest way to do it is to use `diff`:" ] }, {