summaryrefslogtreecommitdiff
path: root/paste/registry.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-04-24 17:10:32 +0000
committerianb <devnull@localhost>2006-04-24 17:10:32 +0000
commite0ca65bd6beb4935a70331a6b24b79d9f4005966 (patch)
tree12fedce9946bf51d7b993da00848341ad0ec5eb3 /paste/registry.py
parent22490c2d4a12c9768ccf8ed24cd6b378eee33e72 (diff)
downloadpaste-e0ca65bd6beb4935a70331a6b24b79d9f4005966.tar.gz
fix docstring
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 8d2ac40..ae9775c 100644
--- a/paste/registry.py
+++ b/paste/registry.py
@@ -259,7 +259,7 @@ class RegistryManager(object):
Registering objects is done inside a WSGI application under the
RegistryManager instance, using the ``environ['paste.registry']``
- object which is a `Registry`_ instance.
+ object which is a Registry instance.
"""
def __init__(self, application):