Very small typo fix in deploying docs.

Thanks to #mediagoblin.
This commit is contained in:
Elrond 2012-11-20 14:32:29 +01:00
parent 4d8a3cd808
commit c356dc1635

View File

@ -170,7 +170,7 @@ And set up the in-package virtualenv::
If you have problems here, consider trying to install virtualenv If you have problems here, consider trying to install virtualenv
with the ``--distribute`` or ``--no-site-packages`` options. If with the ``--distribute`` or ``--no-site-packages`` options. If
your system's default Python is in the 3.x series you man need to your system's default Python is in the 3.x series you may need to
run ``virtualenv`` with the ``--python=python2.7`` or run ``virtualenv`` with the ``--python=python2.7`` or
``--python=python2.6`` options. ``--python=python2.6`` options.
@ -178,7 +178,7 @@ The above provides an in-package install of ``virtualenv``. While this
is counter to the conventional ``virtualenv`` configuration, it is is counter to the conventional ``virtualenv`` configuration, it is
more reliable and considerably easier to configure and illustrate. If more reliable and considerably easier to configure and illustrate. If
you're familiar with Python packaging you may consider deploying with you're familiar with Python packaging you may consider deploying with
your preferred the method. your preferred method.
Assuming you are going to deploy with FastCGI, you should also install Assuming you are going to deploy with FastCGI, you should also install
flup:: flup::