diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-29 00:09:43 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-29 00:09:43 -0500 |
| commit | a5ef0f1ce6b1daa019325d13e5a834d329a41d62 (patch) | |
| tree | c26e369b291c44bcfac7db56a0c1602eaae3ca97 /docs | |
| parent | 7fb7518ff8d71650a926b6da9335156389449680 (diff) | |
| download | pyramid-a5ef0f1ce6b1daa019325d13e5a834d329a41d62.tar.gz pyramid-a5ef0f1ce6b1daa019325d13e5a834d329a41d62.tar.bz2 pyramid-a5ef0f1ce6b1daa019325d13e5a834d329a41d62.zip | |
extend description of settings
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/registry.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/api/registry.rst b/docs/api/registry.rst index 5f61b1122..4d327370a 100644 --- a/docs/api/registry.rst +++ b/docs/api/registry.rst @@ -9,6 +9,8 @@ .. attribute:: settings - The :term:`deployment settings` object. See :ref:`deployment_settings` - for information. + The dictionary-like :term:`deployment settings` object. See + :ref:`deployment_settings` for information. This object is often + accessed as ``request.registry.settings`` or + ``config.registry.settings`` in a typical Pyramid application. |
