doc: Fix rendering in the Notifier reference
Fix rendering in reference/notifier.html. https://docs.openstack.org/oslo.messaging/latest/reference/notifier.html Change-Id: I09c45df4ed913b2a52b4447ad1fa337424473e61 Signed-off-by: Takashi Natsume <takanattie@gmail.com>
This commit is contained in:
parent
d601f7aae0
commit
131f91d030
@ -206,7 +206,7 @@ class Notifier(object):
|
||||
'payload': {'instance_id': 12, ... }}
|
||||
|
||||
A Notifier object can be instantiated with a transport object and a
|
||||
publisher ID:
|
||||
publisher ID::
|
||||
|
||||
notifier = messaging.Notifier(get_notification_transport(CONF),
|
||||
'compute')
|
||||
|
Loading…
Reference in New Issue
Block a user