Skip to content

Commit 3676755

Browse files
committed
fix: remove unnecessary words
1 parent eb69d6c commit 3676755

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
@@ -115,7 +115,7 @@ def parse_product(product):
115115
return {"title": title, "min_price": min_price, "price": price}
116116
```
117117

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:
118+
Now the JSON export. For better readability, let's make a small change here and set the indentation level to two spaces:
119119

120120
```py
121121
def export_json(file, data):

0 commit comments

Comments
 (0)