Merge "doc: Fix rendering in the Notifier reference"

This commit is contained in:
Zuul 2024-09-14 01:12:41 +00:00 committed by Gerrit Code Review
commit 412ab4de92

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