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--