From 401cf69020b888bf5343e211871a42d59494abd1 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 18 Nov 2018 23:19:23 -0600 Subject: More explaination of calling Configurator() --- docs/narr/startup.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') 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: -- cgit v1.2.3