Skip to content

Commit

Permalink
fix: don't use directional language
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Olender <[email protected]>
  • Loading branch information
honzajavorek and TC-MO committed Oct 10, 2024
1 parent edb950d commit 6ca5b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def parse_product(product):
return {"title": title, "min_price": min_price, "price": price, "url": url}
```

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

<!-- eslint-skip -->
```json title=products.json
Expand Down

0 comments on commit 6ca5b1d

Please sign in to comment.