summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/configuration.py3
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`