summaryrefslogtreecommitdiff
path: root/dogpile/core/nameregistry.py
diff options
context:
space:
mode:
Diffstat (limited to 'dogpile/core/nameregistry.py')
-rw-r--r--dogpile/core/nameregistry.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/dogpile/core/nameregistry.py b/dogpile/core/nameregistry.py
index b22fc34..6e8c547 100644
--- a/dogpile/core/nameregistry.py
+++ b/dogpile/core/nameregistry.py
@@ -6,13 +6,6 @@ class NameRegistry(object):
singleton for a certain identifier for as long as its
strongly referenced.
- .. note::
-
- The :class:`.NameRegistry` exists here to support
- certain usage patterns by the deprecated
- :class:`.Dogpile` object. It is still potentially
- useful in other cases, however.
-
e.g.::
class MyFoo(object):