summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki2/basiclayout.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/bfgwiki2/basiclayout.rst')
-rw-r--r--docs/tutorials/bfgwiki2/basiclayout.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/bfgwiki2/basiclayout.rst b/docs/tutorials/bfgwiki2/basiclayout.rst
index 8f28cce37..4cb37aa91 100644
--- a/docs/tutorials/bfgwiki2/basiclayout.rst
+++ b/docs/tutorials/bfgwiki2/basiclayout.rst
@@ -138,6 +138,6 @@ be in ``run.py`` and its ``app`` function:
:mod:`repoze.bfg` :term:`traversal` mechanism. Since this is a URL
dispatch application, the root factory is ``None``. The second
argument is the *package* representing our application, and the
- third argument, ``options`` is passed as a keyword argument. It
- contains a dictionary of options parsed by PasteDeploy.
+ third argument, ``settings`` is passed as a keyword argument. It
+ contains a dictionary of settings parsed by PasteDeploy.