summaryrefslogtreecommitdiff
path: root/stevedore/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'stevedore/dispatch.py')
-rw-r--r--stevedore/dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stevedore/dispatch.py b/stevedore/dispatch.py
index a158967..27b511f 100644
--- a/stevedore/dispatch.py
+++ b/stevedore/dispatch.py
@@ -142,7 +142,7 @@ class NameDispatchExtensionManager(DispatchExtensionManager):
then ignored
:type invoke_on_load: bool
:param on_load_failure_callback: Callback function that will be called when
- a entrypoint can not be loaded. The arguments that will be provided
+ an entrypoint can not be loaded. The arguments that will be provided
when this is called (when an entrypoint fails to load) are
(manager, entrypoint, exception)
:type on_load_failure_callback: function