diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-23 03:41:32 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-23 03:41:32 +0000 |
| commit | 8f8fc8bfe3e5fd11a20f32d47791c248f6721e29 (patch) | |
| tree | de462c4876638cdb74e7f4b73758ff8d0f139191 | |
| parent | cef70018ee7f413da567cfad38182d78fc50016b (diff) | |
| download | pyramid-8f8fc8bfe3e5fd11a20f32d47791c248f6721e29.tar.gz pyramid-8f8fc8bfe3e5fd11a20f32d47791c248f6721e29.tar.bz2 pyramid-8f8fc8bfe3e5fd11a20f32d47791c248f6721e29.zip | |
Docstring.
| -rw-r--r-- | repoze/bfg/configuration.py | 3 |
1 files changed, 1 insertions, 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` |
