Fix a typo

Change-Id: Ie5cb0366804163309f573ca5a2bf5b129c3a8e9b
This commit is contained in:
lidong 2017-08-04 11:24:16 +08:00
parent 0976185b69
commit b3b1ae1926

View File

@ -415,7 +415,7 @@ class BaseDriver(object):
:param target: The message's destination address
:type target: Target
:param ctxt: Context metadata provided by sending application which
must transfered along with the message.
is transferred along with the message.
:type ctxt: dict
:param message: message provided by the caller
:type message: dict
@ -473,7 +473,7 @@ class BaseDriver(object):
:param target: The message's destination address
:type target: Target
:param ctxt: Context metadata provided by sending application which
must transfered along with the message.
is transferred along with the message.
:type ctxt: dict
:param message: message provided by the caller
:type message: dict