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 01eac13 commit f5e89f6Copy full SHA for f5e89f6
sources/academy/webscraping/scraping_basics_python/09_getting_links.md
@@ -111,7 +111,7 @@ def parse_product(product):
111
return {"title": title, "min_price": min_price, "price": price}
112
```
113
114
-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:
115
116
```py
117
def export_json(file, data):
0 commit comments