We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb69d6c commit 3676755Copy full SHA for 3676755
sources/academy/webscraping/scraping_basics_python/09_getting_links.md
@@ -115,7 +115,7 @@ def parse_product(product):
115
return {"title": title, "min_price": min_price, "price": price}
116
```
117
118
-Now the JSON export. For better readability of it, let's make a small change here and set the indentation level to two spaces:
+Now the JSON export. For better readability, let's make a small change here and set the indentation level to two spaces:
119
120
```py
121
def export_json(file, data):
0 commit comments