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:
Takashi Natsume 2024-09-01 18:12:00 +09:00
parent d601f7aae0
commit 131f91d030

View File

@ -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')