stevedore/stevedore
zhangziwen efb338e00b Fix the bug 1892610. There're some syntax errors in the comment of stevedore code.
There is a syntax error in the comment of stevedore code.
For example, in the HookManager class:
    :param on_load_failure_callback: Callback function that will be called when
        a entrypoint can not be loaded.
Here should not be `a entrypoint`, just `an entrypoint` instead.

Fixes: bug #1892610

Change-Id: Ic2aaf5f467bcecaec6adff1ead8e159ae749ac50
2020-08-23 10:27:26 +08:00
..
example Stop to use the __future__ module. 2020-06-03 10:34:57 +02:00
example2 update git.openstack.org to opendev 2019-04-25 01:07:11 +00:00
tests add property methods to extension for more entry point values 2020-07-12 17:50:24 -04:00
__init__.py Drop Python 2.7 support 2020-04-21 15:14:10 +01:00
_cache.py switch to importlib.metadata package 2020-07-06 08:39:52 -04:00
dispatch.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
driver.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
enabled.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
exception.py Add Apache 2.0 license to source file 2016-11-28 13:32:32 +07:00
extension.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
hook.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
named.py Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. 2020-08-23 10:27:26 +08:00
sphinxext.py sphinxext: fix warning message for detailed list 2020-07-12 15:01:34 -04:00