Chris McDonough
2011-01-29 e0d355e5a028dd674232bdf9120da7ca2b2d004c
use term target for deployment settings
1 files modified
11 ■■■■ changed files
pyramid/config.py 11 ●●●● patch | view | raw | blame | history
pyramid/config.py
@@ -892,11 +892,12 @@
    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.