From bf266438734bb93c9ff518b733ce7671a4eb111c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 19 Nov 2018 11:59:05 -0600 Subject: Clarify that settings are set at startup --- docs/glossary.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/glossary.rst b/docs/glossary.rst index ae10ad272..15a144898 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -1215,6 +1215,7 @@ Glossary settings Settings control the runtime behavior of a Pyramid application. - They are the aggregation of configuration file declarations, process environment values, other additions generated by Pyramid or its plugins and :term:`tween`\s, and values produced by your own code during application initialization. - Settings can affect all the components which make up the the application. + They are the aggregation of configuration file declarations, process environment values, other additions generated by Pyramid or its plugins and :term:`tween`\s, and values produced by your own code. + Settings are collected at application startup. + They can affect all the components which make up the the application. Pyramid itself, any tweens or Pyramid plugins used, and :ref:`your own code may reference ` and act on settings. -- cgit v1.2.3