Skip to content

Commit 1f97e82

Browse files
honzajavorekmnmkng
andcommitted
style: improvements to a sentence
Co-authored-by: Ondra Urban <[email protected]>
1 parent 6de6662 commit 1f97e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_python/06_locating_elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /scraping-basics-python/locating-elements
1010

1111
---
1212

13-
In the previous lesson we've managed to print text of the page's main heading or count how many products is in the listing. Let's combine those two—what happens if we print `.text` for each product card?
13+
In the previous lesson we've managed to print text of the page's main heading or count how many products are in the listing. Let's combine those two. What happens if we print `.text` for each product card?
1414

1515
```py
1616
import httpx

0 commit comments

Comments
 (0)