Fix a typo
Change-Id: Ie5cb0366804163309f573ca5a2bf5b129c3a8e9b
This commit is contained in:
parent
0976185b69
commit
b3b1ae1926
@ -415,7 +415,7 @@ class BaseDriver(object):
|
|||||||
:param target: The message's destination address
|
:param target: The message's destination address
|
||||||
:type target: Target
|
:type target: Target
|
||||||
:param ctxt: Context metadata provided by sending application which
|
:param ctxt: Context metadata provided by sending application which
|
||||||
must transfered along with the message.
|
is transferred along with the message.
|
||||||
:type ctxt: dict
|
:type ctxt: dict
|
||||||
:param message: message provided by the caller
|
:param message: message provided by the caller
|
||||||
:type message: dict
|
:type message: dict
|
||||||
@ -473,7 +473,7 @@ class BaseDriver(object):
|
|||||||
:param target: The message's destination address
|
:param target: The message's destination address
|
||||||
:type target: Target
|
:type target: Target
|
||||||
:param ctxt: Context metadata provided by sending application which
|
:param ctxt: Context metadata provided by sending application which
|
||||||
must transfered along with the message.
|
is transferred along with the message.
|
||||||
:type ctxt: dict
|
:type ctxt: dict
|
||||||
:param message: message provided by the caller
|
:param message: message provided by the caller
|
||||||
:type message: dict
|
:type message: dict
|
||||||
|
Loading…
Reference in New Issue
Block a user