File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sources/academy/webscraping
scraping_basics_javascript2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ function parseProduct($productItem) {
121121}
122122```
123123
124- Now the JSON export. For better readability of it , let's make a small change here and set the indentation level to two spaces:
124+ Now the JSON export. For better readability, let's make a small change here and set the indentation level to two spaces:
125125
126126``` js
127127function exportJSON (data ) {
Original file line number Diff line number Diff 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
121121def export_json (file , data ):
You can’t perform that action at this time.
0 commit comments