From 35660dac73f9f7428f9c441583464b5942ca6827 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Thu, 30 May 2013 08:18:47 +0400 Subject: Enable hacking H401 test H401 docstring should not start with a space Change-Id: I761665ea9aff1f55de9f629ff8d108ba141eaf79 --- openstack/common/notifier/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/common/notifier') 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 -- cgit