Skip to content

Commit

Permalink
Fixed typo. 'multiple' was spelled as 'multple'
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikpal committed Jul 10, 2015
1 parent 38bd5ac commit 0881adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/_containers/begin/2013-10-30-setup-your-machine.md
Expand Up @@ -72,7 +72,7 @@ $ sudo pip install --upgrade setuptools

### virtualenv & virtualenvwrapper

[virtualenv][10] 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:
[virtualenv][10] 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:

```bash
$ sudo pip install virtualenv
Expand Down
2 changes: 1 addition & 1 deletion website/_site/assets/pdfs/setup/mac-setup.md
Expand Up @@ -60,7 +60,7 @@ $ sudo pip install --upgrade setuptools

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

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:
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:

```bash
$ sudo pip install virtualenv
Expand Down

0 comments on commit 0881adc

Please sign in to comment.