diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/startup.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index 95673051e..5582f5ff4 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -115,9 +115,8 @@ Here's a high-level time-ordered overview of what happens when you press for the meanings of these keys. #. The ``main`` function first constructs a - :class:`~pyramid.config.Configurator` instance, passing the ``settings`` - dictionary captured via the ``**settings`` kwarg as its ``settings`` - argument. + :class:`~pyramid.config.Configurator` instance. + It holds the application's settings and is able to :term:`commit` any :term:`configuration declaration`\s the settings contain because the dictionary captured via the ``**settings`` kwarg is passed to the :class:`~pyramid.config.Configurator` in its``settings`` argument. .. _startup_settings: |
