diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.english.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.english.md index e4fd15ec62..db48846fda 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.english.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/parsing-html-and-saving-data.english.md @@ -14,13 +14,13 @@ videoId: bJaqnTWQmb0 ```yml question: - text: Question + text: What Python library has the .read_html() method we can we use for parsing HTML documents and extracting tables? answers: - - one - - two - - three - solution: 3 + - 'BeautifierSoupy' + - 'WebReader' + - 'HTTP-master' + - 'Pandas' + solution: 4 ``` -