Skip to content

Commit de31466

Browse files
doc: Fix a parameter of NotificationPublisher
The 'binary' parameter has been changed to the 'source' since I95b5b0826190d396efe7bfc017f6081a6356da65. But the notification document has not been updated yet. Replace the 'binary' parameter with the 'source' parameter. Change-Id: I141c90ac27d16f2e9c033bcd2f95ac08904a2f52 Closes-Bug: #1836005
1 parent 93cae75 commit de31466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/notifications.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ payload.
293293

294294
Note that the notification's publisher instance can be created two different
295295
ways. It can be created by instantiating the ``NotificationPublisher`` object
296-
with a ``host`` and a ``binary`` string parameter or it can be generated from a
296+
with a ``host`` and a ``source`` string parameter or it can be generated from a
297297
``Service`` object by calling ``NotificationPublisher.from_service_obj``
298298
function.
299299

0 commit comments

Comments
 (0)