Skip to content

Commit

Permalink
remove text referencing nonexistent tag price
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Sep 25, 2023
1 parent 2d9b724 commit 3f1aaf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/reading.md
Original file line number Diff line number Diff line change
Expand Up @@ -1198,8 +1198,7 @@ td:nth-child(4) ,
```

Now that we have the CSS selectors that describe the properties of the elements
that we want to target (e.g., has a tag name `price`), we can use them to find
certain elements in web pages and extract data.
that we want to target, we can use them to find certain elements in web pages and extract data.


#### Scraping with `BeautifulSoup`
Expand Down

0 comments on commit 3f1aaf8

Please sign in to comment.