Skip to content

Commit f5e89f6

Browse files
committed
fix: remove unnecessary words
1 parent 01eac13 commit f5e89f6

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
@@ -111,7 +111,7 @@ def parse_product(product):
111111
return {"title": title, "min_price": min_price, "price": price}
112112
```
113113

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

116116
```py
117117
def export_json(file, data):

0 commit comments

Comments
 (0)