Skip to content

Commit 7e22823

Browse files
committed
fixing spelling
1 parent eb4ed6c commit 7e22823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/_site/assets/pdfs/setup/mac-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $ sudo pip install --upgrade setuptools
6060

6161
<h5 style="text-align:center"><span style="color:#8c8c8c">virtualenv & virtualenvwrapper</span></h5>
6262

63-
virtualenv\[9] creates isolated environments for each of your Python projects. It helps to solve version & dependency problems with multple Python installations and/or multiple versions of different Python packages. We’ll use `pip` to install it:
63+
virtualenv\[9] creates isolated environments for each of your Python projects. It helps to solve version & dependency problems with multiple Python installations and/or multiple versions of different Python packages. We’ll use `pip` to install it:
6464

6565
```bash
6666
$ sudo pip install virtualenv

0 commit comments

Comments
 (0)