summaryrefslogtreecommitdiff
path: root/docs/narr/startup.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/startup.rst')
-rw-r--r--docs/narr/startup.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 78b119687..8e28835af 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -102,10 +102,9 @@ Here's a high-level time-ordered overview of what happens when you press
the meanings of these keys.
#. The ``main`` function first constructs a
- :class:`~pyramid.config.Configurator` instance, passing a root resource
- factory (constructor) to it as its ``root_factory`` argument, and
- ``settings`` dictionary captured via the ``**settings`` kwarg as its
- ``settings`` argument.
+ :class:`~pyramid.config.Configurator` instance, passing the ``settings``
+ dictionary captured via the ``**settings`` kwarg as its ``settings``
+ argument.
The ``settings`` dictionary contains all the options in the ``[app:main]``
section of our .ini file except the ``use`` option (which is internal to