From e0d355e5a028dd674232bdf9120da7ca2b2d004c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 29 Jan 2011 00:20:13 -0500 Subject: use term target for deployment settings --- pyramid/config.py | 11 ++++++----- 1 file 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. -- cgit v1.2.3