Skip to content

Commit 6ca5b1d

Browse files
honzajavorekTC-MO
andcommitted
fix: don't use directional language
Co-authored-by: Michał Olender <[email protected]>
1 parent edb950d commit 6ca5b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_python/09_getting_links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def parse_product(product):
244244
return {"title": title, "min_price": min_price, "price": price, "url": url}
245245
```
246246

247-
In the code above, we've also added the URL to the dictionary returned by the function. If we run the scraper now, it should produce exports where each product contains a link to its product page:
247+
In the previous code example, we've also added the URL to the dictionary returned by the function. If we run the scraper now, it should produce exports where each product contains a link to its product page:
248248

249249
<!-- eslint-skip -->
250250
```json title=products.json

0 commit comments

Comments
 (0)