summaryrefslogtreecommitdiff
path: root/paste/registry.py
diff options
context:
space:
mode:
authorbbangert <devnull@localhost>2006-03-10 22:56:13 +0000
committerbbangert <devnull@localhost>2006-03-10 22:56:13 +0000
commit49b2a3693722293cf128421f2b5d2f2a93eafe25 (patch)
treef85e8e99cb912b908e8af6c08571dcdfa339a36e /paste/registry.py
parentd099f8d43f9559c839764108eae503e7b13c9435 (diff)
downloadpaste-49b2a3693722293cf128421f2b5d2f2a93eafe25.tar.gz
Doc change to make it clear that paste.registry is a Registry instance
Diffstat (limited to 'paste/registry.py')
-rw-r--r--paste/registry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/registry.py b/paste/registry.py
index f95f172..ae77f18 100644
--- a/paste/registry.py
+++ b/paste/registry.py
@@ -198,7 +198,7 @@ class RegistryManager(object):
Registering objects is done inside a WSGI application under the
RegistryManager instance, using the ``environ['paste.registry']``
- object.
+ object which is a `Registry`_ instance.
"""
def __init__(self, application):