Skip to content

Commit 93cfb06

Browse files
committed
fix: address feedback on wording requirements
1 parent 28d64aa commit 93cfb06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sources/academy/webscraping/scraping_basics_python/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Anyone with basic knowledge of developing programs in Python who wants to start
3535

3636
- macOS, Linux or Windows machine with a web browser and Python installed
3737
- Familiar with Python basics: variables, conditions, loops, functions, strings, lists, dictionaries, files, classes
38-
- Comfortable using the Python standard library, virtual environments, and installing dependencies with `pip`
39-
- Comfortable using command line tools (Terminal/Command Prompt)
38+
- Comfortable importing from the Python standard library, using virtual environments, and installing dependencies with `pip`
39+
- Running commands in Terminal or Command Prompt
4040

4141
## You may want to know
4242

sources/academy/webscraping/scraping_basics_python/lesson1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ slug: /scraping-basics-python/lesson-1
88

99
:::danger Work in progress
1010

11-
This is a sample lesson for the purposes of having a working table of contents.
11+
This course is incomplete. As we work on adding new lessons, we would love to hear your feedback. You can comment right here under each page or [file a GitHub Issue](https://github.com/apify/apify-docs/issues) to discuss a problem.
1212

1313
:::

0 commit comments

Comments
 (0)