summaryrefslogtreecommitdiff
path: root/docs/tutorials/modwsgi
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/modwsgi')
-rw-r--r--docs/tutorials/modwsgi/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst
index 6f6ccbb45..0c429dfbe 100644
--- a/docs/tutorials/modwsgi/index.rst
+++ b/docs/tutorials/modwsgi/index.rst
@@ -54,7 +54,8 @@ commands and files.
.. code-block:: text
$ cd ~/projects/modwsgi/env
- $ bin/easy_install -i http://dist.repoze.org/bfg/current/simple repoze.bfg
+ $ bin/easy_install -i http://dist.repoze.org/bfg/current/simple \
+ repoze.bfg
#. Create and install your :mod:`repoze.bfg` application. For the
purposes of this tutorial, we'll just be using the ``bfg_starter``