diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-05-30 11:01:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-05-30 11:01:42 +0000 |
| commit | 95da21822653c878973bd267eea36b9683040d6d (patch) | |
| tree | dcc9dfe1efddb05b774776006146a615dd1fb1e5 /openstack/common/notifier/api.py | |
| parent | e9c389942d0d697484d390479155103ed74aa02d (diff) | |
| parent | 35660dac73f9f7428f9c441583464b5942ca6827 (diff) | |
Merge "Enable hacking H401 test"
Diffstat (limited to 'openstack/common/notifier/api.py')
| -rw-r--r-- | openstack/common/notifier/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/notifier/api.py b/openstack/common/notifier/api.py index 13ac394..7c4dbd1 100644 --- a/openstack/common/notifier/api.py +++ b/openstack/common/notifier/api.py @@ -56,7 +56,7 @@ class BadPriorityException(Exception): def notify_decorator(name, fn): - """ decorator for notify which is used from utils.monkey_patch() + """Decorator for notify which is used from utils.monkey_patch(). :param name: name of the function :param function: - object of the function |
