diff --git a/2-Working-With-Data/07-python/notebook-covidspread.ipynb b/2-Working-With-Data/07-python/notebook-covidspread.ipynb index 64f29f20..0d44468c 100644 --- a/2-Working-With-Data/07-python/notebook-covidspread.ipynb +++ b/2-Working-With-Data/07-python/notebook-covidspread.ipynb @@ -1608,7 +1608,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "> **Note** how we use `[3:]` to remove first two elements of a sequence that contain geolocation of a country. We can also drop those two columns altogether:" + "> **Note** how we use `[3:]` to remove first three elements of a sequence that contain geolocation of a country. We can also drop those two columns altogether:" ] }, {