diff options
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 15a144898..7f396dc7d 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -1215,7 +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. + They are the aggregation of configuration file declarations, process environment values, other additions generated by Pyramid or its add-ons 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. + Pyramid itself, any tweens or Pyramid add-ons used, and :ref:`your own code may reference <deployment_settings>` and act on settings. |
