summaryrefslogtreecommitdiff
path: root/stevedore/named.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-01-04 19:14:00 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-01-04 19:14:00 -0500
commit42fbe31c4fa2133ad7b77f45294085cddb84745f (patch)
treebc207ad68a9eae82386a64b9004534994e788596 /stevedore/named.py
parentc89446fbdc10198fb8e3ae86f44c92ef3dba8e00 (diff)
downloadstevedore-42fbe31c4fa2133ad7b77f45294085cddb84745f.tar.gz
fix typo in docstring
Change-Id: Ide52b81d292e16ab086acf7d5f93b579bf233b1d Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'stevedore/named.py')
-rw-r--r--stevedore/named.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/stevedore/named.py b/stevedore/named.py
index 0b0a71a..17e8b6f 100644
--- a/stevedore/named.py
+++ b/stevedore/named.py
@@ -9,8 +9,8 @@ class NamedExtensionManager(EnabledExtensionManager):
:param namespace: The namespace for the entry points.
:type namespace: str
- :param name: The names of the extensions to load.
- :type name: str
+ :param names: The names of the extensions to load.
+ :type names: str
:param invoke_on_load: Boolean controlling whether to invoke the
object returned by the entry point after the driver is loaded.
:type invoke_on_load: bool