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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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