Chris McDonough
2012-03-02 13c42fd6b8c18067cb4ff20d2eebdfb4b074b14c
Merge branch 'master' into 1.3-branch
1 files modified
7 ■■■■■ changed files
docs/narr/startup.rst 7 ●●●●● patch | view | raw | blame | history
docs/narr/startup.rst
@@ -102,10 +102,9 @@
   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