summaryrefslogtreecommitdiff
path: root/stevedore/named.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-15 06:37:17 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-15 06:37:17 -0400
commit33fe817f79d34e7167cd9fca22a87acff177dc50 (patch)
tree698da6ebd93991f19867bc58a0fe311742907efc /stevedore/named.py
parent87011073c0f2207e7c8e0e114225fa335aabbba8 (diff)
downloadstevedore-33fe817f79d34e7167cd9fca22a87acff177dc50.tar.gz
documentation touch-up
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'stevedore/named.py')
-rw-r--r--stevedore/named.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stevedore/named.py b/stevedore/named.py
index 301e62f..19b1f06 100644
--- a/stevedore/named.py
+++ b/stevedore/named.py
@@ -2,7 +2,7 @@ from .enabled import EnabledExtensionManager
class NamedExtensionManager(EnabledExtensionManager):
- """ExtensionManager that only loads the named extensions.
+ """Loads only the named extensions.
This is useful for explictly enabling extensions in a
configuration file, for example.