From e57afac0511cb6bca94ab1964f5f669c56393e7a Mon Sep 17 00:00:00 2001 From: liusheng Date: Mon, 13 Jun 2016 16:32:37 +0800 Subject: [PATCH] [Trival] fix a typo nit Change-Id: I3d40726cf55aedb838ebe605f3d58618d594acca --- oslo_messaging/notify/notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_messaging/notify/notifier.py b/oslo_messaging/notify/notifier.py index 2d13e0329..2d58a9adf 100644 --- a/oslo_messaging/notify/notifier.py +++ b/oslo_messaging/notify/notifier.py @@ -171,7 +171,7 @@ class Notifier(object): N means N retries :type retry: int :param topics: the topics which to send messages on - :type topic: list of strings + :type topics: list of strings """ conf = transport.conf conf.register_opts(_notifier_opts,