diff --git a/cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb b/cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb index 277658ff3..35cbd12fb 100644 --- a/cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb +++ b/cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb @@ -1467,7 +1467,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "To get the data for March 2013, we need to format it with `month=3, year=2012`." + "To get the data for March 2012, we need to format it with `month=3, year=2012`." ] }, {