summaryrefslogtreecommitdiff
path: root/docs/narr/startup.rst
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-19 09:31:48 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-19 09:31:48 -0600
commit55b6122999b900b6f505dd9f7afbc91e2f22470b (patch)
tree38fb23af397b78c03903fd0bdd8cd295a6ce4e2a /docs/narr/startup.rst
parentfecab4645f4f546aaa5e9aa69ea31fea1ffa2446 (diff)
downloadpyramid-55b6122999b900b6f505dd9f7afbc91e2f22470b.tar.gz
pyramid-55b6122999b900b6f505dd9f7afbc91e2f22470b.tar.bz2
pyramid-55b6122999b900b6f505dd9f7afbc91e2f22470b.zip
One sentence per line
Diffstat (limited to 'docs/narr/startup.rst')
-rw-r--r--docs/narr/startup.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 5db45458d..138ddbe67 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -167,9 +167,6 @@ Here's a high-level time-ordered overview of what happens when you press
Deployment Settings
-------------------
-Note that an augmented version of the values passed as ``**settings`` to the
-:class:`~pyramid.config.Configurator` constructor will be available in
-:app:`Pyramid` :term:`view callable` code as ``request.registry.settings``. You
-can create objects you wish to access later from view code, and put them into
-the dictionary you pass to the configurator as ``settings``. They will then be
-present in the ``request.registry.settings`` dictionary at application runtime.
+Note that an augmented version of the values passed as ``**settings`` to the :class:`~pyramid.config.Configurator` constructor will be available in :app:`Pyramid` :term:`view callable` code as ``request.registry.settings``.
+You can create objects you wish to access later from view code, and put them into the dictionary you pass to the configurator as ``settings``.
+They will then be present in the ``request.registry.settings`` dictionary at application runtime.