Skip to content

Commit d006397

Browse files
committed
style: fix markup
1 parent cdc8023 commit d006397

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ Write a new Python program that reads the `products.json` file we created in thi
193193

194194
<details>
195195
<summary>Solution</summary>
196-
197-
<CodeBlock language="py">{ProcessProductsJsonExercise.code}</CodeBlock>
198-
196+
<CodeBlock language="py">{ProcessProductsJsonExercise.code}</CodeBlock>
199197
</details>
200198

201199
### Process your CSV

0 commit comments

Comments
 (0)