Skip to content

Commit e4b4868

Browse files
committed
fix: don't use setup as a verb
Addressing #1023 (comment)
1 parent 59ae1bd commit e4b4868

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
@@ -14,7 +14,7 @@ Using browser tools for developers is crucial for understanding the structure of
1414

1515
## Starting a Python project
1616

17-
Before we start coding, we need to setup a Python project. Create new directory with a virtual environment, then inside the directory and with the environment activated, install the HTTPX library:
17+
Before we start coding, we need to set up a Python project. Create new directory with a virtual environment, then inside the directory and with the environment activated, install the HTTPX library:
1818

1919
```text
2020
$ pip install httpx

0 commit comments

Comments
 (0)