Skip to content

Commit 3f1aaf8

Browse files
remove text referencing nonexistent tag price
1 parent 2d9b724 commit 3f1aaf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/reading.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,8 +1198,7 @@ td:nth-child(4) ,
11981198
```
11991199

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

12041203

12051204
#### Scraping with `BeautifulSoup`

0 commit comments

Comments
 (0)