summaryrefslogtreecommitdiff
path: root/stevedore/hook.py
diff options
context:
space:
mode:
Diffstat (limited to 'stevedore/hook.py')
-rw-r--r--stevedore/hook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stevedore/hook.py b/stevedore/hook.py
index 4df2b0f..4225db3 100644
--- a/stevedore/hook.py
+++ b/stevedore/hook.py
@@ -32,7 +32,7 @@ class HookManager(NamedExtensionManager):
is True.
:type invoke_kwds: dict
: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