From adc07fb50a31c6973fec79246f96cff623770738 Mon Sep 17 00:00:00 2001 From: James Huang Date: Thu, 9 Sep 2021 02:29:54 -0500 Subject: [PATCH] fix(curriculum): typo in parsing html and saving data challenge (#43416) --- .../parsing-html-and-saving-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md index 1585b497b2..fa9dbabaa2 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.md @@ -19,7 +19,7 @@ More resources: ## --text-- -What Python library has the `.read_html()` method we can we use for parsing HTML documents and extracting tables? +What Python library has the `.read_html()` method we can use for parsing HTML documents and extracting tables? ## --answers--