summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-29 00:20:13 -0500
committerChris McDonough <chrism@plope.com>2011-01-29 00:20:13 -0500
commite0d355e5a028dd674232bdf9120da7ca2b2d004c (patch)
tree3c709d36acf618351b5ab44a141791eedba1c68a
parent63ddb0d595be05b4c18ccdf9514a4694efb03444 (diff)
downloadpyramid-e0d355e5a028dd674232bdf9120da7ca2b2d004c.tar.gz
pyramid-e0d355e5a028dd674232bdf9120da7ca2b2d004c.tar.bz2
pyramid-e0d355e5a028dd674232bdf9120da7ca2b2d004c.zip
use term target for deployment settings
-rw-r--r--pyramid/config.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/pyramid/config.py b/pyramid/config.py
index 5c97e25de..68b9ca449 100644
--- a/pyramid/config.py
+++ b/pyramid/config.py
@@ -892,11 +892,12 @@ class Configurator(object):
def get_settings(self):
"""
- Return a 'settings' object for the current application. A
- 'settings' object is a dictionary-like object that contains
- key/value pairs based on the dictionary passed as the ``settings``
- argument to the :class:`pyramid.config.Configurator`
- constructor or the :func:`pyramid.router.make_app` API.
+ Return a :term:`deployment settings` object for the current
+ application. A deployment settings object is a dictionary-like
+ object that contains key/value pairs based on the dictionary passed
+ as the ``settings`` argument to the
+ :class:`pyramid.config.Configurator` constructor or the
+ :func:`pyramid.router.make_app` API.
.. note:: For backwards compatibility, dictionary keys can also be
looked up as attributes of the settings object.