summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangwen1 <zhangwen1@unionpay.com>2019-03-14 18:39:42 +0800
committerzhangwen1 <zhangwen1@unionpay.com>2019-03-14 18:49:08 +0800
commitaa0f03383807604c29767c854250306308ef5876 (patch)
tree03a294f276bf237f08802067feb429bba839bd1d
parentdf3b8372f21141745e898d92907df21ea98144f0 (diff)
downloadstevedore-aa0f03383807604c29767c854250306308ef5876.tar.gz
Delete repeated param description.
Change-Id: Icdccc700a91f893a4427ee89c140de9a153e4c54
-rw-r--r--stevedore/hook.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/stevedore/hook.py b/stevedore/hook.py
index 014b7c3..4df2b0f 100644
--- a/stevedore/hook.py
+++ b/stevedore/hook.py
@@ -40,8 +40,6 @@ class HookManager(NamedExtensionManager):
dependencies of the plugin(s) being loaded. Defaults to False.
:type verify_requirements: bool
:type on_missing_entrypoints_callback: function
- :param verify_requirements: Use setuptools to enforce the
- dependencies of the plugin(s) being loaded. Defaults to False.
:param warn_on_missing_entrypoint: Flag to control whether failing
to load a plugin is reported via a log mess. Only applies if
on_missing_entrypoints_callback is None.