summaryrefslogtreecommitdiff
path: root/stevedore/driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'stevedore/driver.py')
-rw-r--r--stevedore/driver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/stevedore/driver.py b/stevedore/driver.py
index 167dc67..2fd4ade 100644
--- a/stevedore/driver.py
+++ b/stevedore/driver.py
@@ -33,7 +33,7 @@ class DriverManager(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
@@ -85,7 +85,7 @@ class DriverManager(NamedExtensionManager):
and then ignored
:type propagate_map_exceptions: bool
:param on_load_failure_callback: Callback function that will
- be called when a entrypoint can not be loaded. The
+ be called when 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)