summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stevedore/dispatch.py2
-rw-r--r--stevedore/driver.py4
-rw-r--r--stevedore/enabled.py2
-rw-r--r--stevedore/extension.py4
-rw-r--r--stevedore/hook.py2
-rw-r--r--stevedore/named.py4
6 files changed, 9 insertions, 9 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
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)
diff --git a/stevedore/enabled.py b/stevedore/enabled.py
index c2e0c03..7c12499 100644
--- a/stevedore/enabled.py
+++ b/stevedore/enabled.py
@@ -46,7 +46,7 @@ class EnabledExtensionManager(ExtensionManager):
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 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
diff --git a/stevedore/extension.py b/stevedore/extension.py
index 2ccdc27..d738189 100644
--- a/stevedore/extension.py
+++ b/stevedore/extension.py
@@ -110,7 +110,7 @@ class ExtensionManager(object):
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 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
@@ -156,7 +156,7 @@ class ExtensionManager(object):
are logged 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)
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
diff --git a/stevedore/named.py b/stevedore/named.py
index 3b47dfd..1be3922 100644
--- a/stevedore/named.py
+++ b/stevedore/named.py
@@ -46,7 +46,7 @@ class NamedExtensionManager(ExtensionManager):
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 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
@@ -108,7 +108,7 @@ class NamedExtensionManager(ExtensionManager):
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)