From 1451817cda5d38a05093e864208297d9ca52f819 Mon Sep 17 00:00:00 2001 From: Ramiro Batista da Luz Date: Fri, 7 Dec 2018 16:50:31 -0200 Subject: [PATCH] Update Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb Fix what I believe was a typo. --- ...ombining dataframes and scraping Canadian weather data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`." ] }, {