summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-11-25 11:03:24 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-11-25 11:03:24 -0500
commitcb5db9fb2d98b1a866a9011444a365a738c7d369 (patch)
tree74a626465f19099913ab48eca3454a8d02f418c3
parent3e5c24f83aa4085b791bce0f336553f1a6029b5e (diff)
downloadstevedore-cb5db9fb2d98b1a866a9011444a365a738c7d369.tar.gz
clean up docs for DriverManager
Change-Id: I71d96a5feb308efe3803899b1ee7954444dd7761
-rw-r--r--stevedore/driver.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/stevedore/driver.py b/stevedore/driver.py
index 56e408d..b1342e8 100644
--- a/stevedore/driver.py
+++ b/stevedore/driver.py
@@ -37,12 +37,10 @@ class DriverManager(NamedExtensionManager):
"""Construct a test DriverManager
Test instances are passed a list of extensions to work from rather
- than loading them from entry points. DriverManager test instances use
- the name argument to determine which of the available_extensions should
- be used as the driver.
+ than loading them from entry points.
- :param extension: Pre-configured Extension instances
- :type extension: list of :class:`~stevedore.extension.Extension`
+ :param extension: Pre-configured Extension instance
+ :type extension: :class:`~stevedore.extension.Extension`
:param namespace: The namespace for the manager; used only for
identification since the extensions are passed in.
:type namespace: str