Merge "Fix some reST field lists in docstrings"

This commit is contained in:
Zuul 2018-02-01 07:31:20 +00:00 committed by Gerrit Code Review
commit b991844679
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Task(object):
:param state: New task state.
:param state_info: New state information (i.e. error message).
:param processed: New "processed" flag value.
:return True if the state was changed as a result of this call,
:return: True if the state was changed as a result of this call,
False otherwise.
"""