diff options
| -rw-r--r-- | docs/glossary.rst | 5 |
1 files 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 <deployment_settings>` and act on settings. |
