From 624aa87a7975b964e1b63f58ead1d19ed0b7a062 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 20 Dec 2009 11:30:13 +0000 Subject: Document presence of the registry attribute. --- docs/api/configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/api/configuration.rst b/docs/api/configuration.rst index d90e75504..49ad955f2 100644 --- a/docs/api/configuration.rst +++ b/docs/api/configuration.rst @@ -7,6 +7,11 @@ .. autoclass:: Configurator(registry=None, package=None, settings=None, root_factory=None, authentication_policy=None, authorization_policy=None, renderers=DEFAULT_RENDERERS, debug_logger=None) + .. attribute:: registry + + The :term:`application registry` which holds the configuration + associated with this configurator. + .. automethod:: begin .. automethod:: end -- cgit v1.2.3