summaryrefslogtreecommitdiff
path: root/docs/narr/startup.rst
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-19 09:32:46 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-19 09:32:46 -0600
commit617c68524a30fd32b742d7124b180e77845cc2da (patch)
treedd363958c76701c018d9bb4481b1d97084fa0644 /docs/narr/startup.rst
parent55b6122999b900b6f505dd9f7afbc91e2f22470b (diff)
downloadpyramid-617c68524a30fd32b742d7124b180e77845cc2da.tar.gz
pyramid-617c68524a30fd32b742d7124b180e77845cc2da.tar.bz2
pyramid-617c68524a30fd32b742d7124b180e77845cc2da.zip
Change from future to present tense
Diffstat (limited to 'docs/narr/startup.rst')
-rw-r--r--docs/narr/startup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 138ddbe67..65e74b262 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -167,6 +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``.
+Note that an augmented version of the values passed as ``**settings`` to the :class:`~pyramid.config.Configurator` constructor is 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.