Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/content/01-introduction/02-requirements/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you don't see a Python version greater than 3.7, please follow the instructio

### Creating a Virtual Environment and The Project Folder

A Virtual Environments in Python is a self-contained directory that contains a Python installation for a particular version of Python.
A Virtual Environment in Python is a self-contained directory that contains a Python installation for a particular version of the language.

It's a very useful way to make sure that we're using the right Python version when we're working on a particular project.

Expand Down