Merge pull request #1939 from torypages/patch-1

Minor typo in docs
This commit is contained in:
Justin Mayer 2016-04-09 09:31:20 -07:00
commit 28e79b7a38

View file

@ -22,7 +22,7 @@ session and create a new virtual environment for Pelican::
source bin/activate
Once the virtual environment has been created and activated, Pelican can be
be installed via ``pip install pelican`` as noted above. Alternatively, if
installed via ``pip install pelican`` as noted above. Alternatively, if
you have the project source, you can install Pelican using the distutils
method::