Skip to content

Commit c6e61fd

Browse files
authored
fix minor typo and word repetition (nnja#10)
Co-authored-by: Nicolás Quiroz <[email protected]>
1 parent 0efe2db commit c6e61fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • website/content/01-introduction/02-requirements

website/content/01-introduction/02-requirements/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you don't see a Python version greater than 3.7, please follow the instructio
7676

7777
### Creating a Virtual Environment and The Project Folder
7878

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

8181
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.
8282

0 commit comments

Comments
 (0)