summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfg/index.rst
diff options
context:
space:
mode:
authorJoe Dallago <jd.dallago@gmail.com>2011-03-24 23:38:27 -0500
committerJoe Dallago <jd.dallago@gmail.com>2011-03-24 23:38:27 -0500
commit758464303c00de745672d6c3e27566e3bc52859e (patch)
tree5d369776bfcc601734a20dfb976ed0852b8610a1 /docs/tutorials/bfg/index.rst
parent95e799d074de2e81914d513b4c331df1e738c00e (diff)
downloadpyramid-758464303c00de745672d6c3e27566e3bc52859e.tar.gz
pyramid-758464303c00de745672d6c3e27566e3bc52859e.tar.bz2
pyramid-758464303c00de745672d6c3e27566e3bc52859e.zip
It was decided that pyramid would undergo a terminology change.
'Paster templates' will now be refered to as 'scaffolds,' while 'rendered templates' will remain as 'templates.' I have changed the docs to reflect this change in terminology.
Diffstat (limited to 'docs/tutorials/bfg/index.rst')
-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: