Skip to content

Commit 53124cd

Browse files
committed
fix: change wording also in the Python course
1 parent c7b75a0 commit 53124cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_python/08_saving_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ In this lesson, we created export files in two formats. The following challenges
215215

216216
### Process your JSON
217217

218-
Write a new Python program that reads `products.json`, finds all products with a min price greater than $500, and prints each one using [`pp()`](https://docs.python.org/3/library/pprint.html#pprint.pp).
218+
Write a new Python program that reads the `products.json` file we created in this lesson, finds all products with a min price greater than $500, and prints each one using [`pp()`](https://docs.python.org/3/library/pprint.html#pprint.pp).
219219

220220
<details>
221221
<summary>Solution</summary>

0 commit comments

Comments
 (0)