Skip to content

Commit af8ef90

Browse files
committed
fix: make markdownlint happier
1 parent 8d5114f commit af8ef90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_python/04_downloading_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ https://warehouse-theme-metal.myshopify.com/collections/sales
213213
Right in your Terminal or Command Prompt, you can create files by _redirecting output_ of command line programs:
214214

215215
```text
216-
$ python main.py > products.html
216+
python main.py > products.html
217217
```
218218

219219
If you want to use Python instead, it offers several ways how to create files. The solution below uses [pathlib](https://docs.python.org/3/library/pathlib.html):

0 commit comments

Comments
 (0)