summaryrefslogtreecommitdiff
path: root/docs/narr/urldispatch.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/urldispatch.rst')
-rw-r--r--docs/narr/urldispatch.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index ca8fe84f3..219753882 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -946,7 +946,7 @@ initialization.
.. note:: This is only an example. In particular, it is not necessary to
cause ``DBSession.remove`` to be called in an application generated from
- any :app:`Pyramid` paster template, because these all use the
+ any :app:`Pyramid` scaffold, because these all use the
``repoze.tm2`` middleware. The cleanup done by ``DBSession.remove`` is
unnecessary when ``repoze.tm2`` middleware is in the WSGI pipeline.