[Trivial]Fix some incorrect annotations

Change-Id: Ie1c7fa935fb06d07ff901eae1a9024069a250a1b
This commit is contained in:
yuhui_inspur 2017-02-07 00:32:42 -08:00 committed by yuhui
parent 10cd7a8e04
commit da73909143

View File

@ -289,7 +289,7 @@ def monkey_patch():
Example: 'cinder.api.ec2.cloud:' \
cinder.openstack.common.notifier.api.notify_decorator'
Parameters of the decorator is as follows.
Parameters of the decorator are as follows.
(See cinder.openstack.common.notifier.api.notify_decorator)
:param name: name of the function
@ -933,7 +933,7 @@ def setup_tracing(trace_flags):
"""Set global variables for each trace flag.
Sets variables TRACE_METHOD and TRACE_API, which represent
whether to log method and api traces.
whether to log methods or api traces.
:param trace_flags: a list of strings
"""