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 ddf0912 commit 8260875Copy full SHA for 8260875
sources/academy/webscraping/scraping_basics_python/08_saving_data.md
@@ -193,9 +193,7 @@ Write a new Python program that reads the `products.json` file we created in thi
193
194
<details>
195
<summary>Solution</summary>
196
-
197
- <CodeBlock language="py">{ProcessProductsJsonExercise.code}</CodeBlock>
198
+ <CodeBlock language="py">{ProcessProductsJsonExercise.code}</CodeBlock>
199
</details>
200
201
### Process your CSV
0 commit comments