fix(curriculum): typo in parsing html and saving data challenge (#43416)

This commit is contained in:
James Huang
2021-09-09 02:29:54 -05:00
committed by GitHub
parent 4bfe989324
commit adc07fb50a

View File

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