Skip to content

Commit 2c16553

Browse files
committed
Merge pull request #155 from eyaylali/patch-1
fixes to data viz tutorial Corrects spelling error.
2 parents eb4ed6c + 7e22823 commit 2c16553

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)