summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfg
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/bfg')
-rw-r--r--docs/tutorials/bfg/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfg/index.rst b/docs/tutorials/bfg/index.rst
index 9f9a5238c..e68e63b0b 100644
--- a/docs/tutorials/bfg/index.rst
+++ b/docs/tutorials/bfg/index.rst
@@ -117,7 +117,7 @@ Here's how to convert a :mod:`repoze.bfg` application to a
(if you've been using the example paths, this will be
``/tmp/bfgapp/setup.py``) to depend on the ``pyramid`` distribution
instead the of ``repoze.bfg`` distribution in its
- ``install_requires`` list. If you used a ``paster`` template to
+ ``install_requires`` list. If you used a scaffold to
create the :mod:`repoze.bfg` application, you can do so by changing
the ``requires`` line near the top of the ``setup.py`` file. The
original may look like this: