From 8f8fc8bfe3e5fd11a20f32d47791c248f6721e29 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 23 Nov 2009 03:41:32 +0000 Subject: Docstring. --- repoze/bfg/configuration.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index 95a1e8a9e..27a9bd282 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -65,10 +65,9 @@ import martian class Configurator(object): """ - A wrapper around the registry that performs configuration tasks. A Configurator is used to configure a :mod:`repoze.bfg` :term:`application registry`. The Configurator accepts two - arguments: ``registry`` and ``package``. + arguments: ``registry`` and ``package``. If the ``registry`` argument is passed as a non-``None`` value, it must be an instance of the :mod:`repoze.bfg.registry.Registry` -- cgit v1.2.3