Fix some reST field lists in docstrings
remove the redundant ":" Probably the most common format for documenting arguments is reST field lists [1]. This change updates some docstrings to comply with the field lists syntax. [1] http://sphinx-doc.org/domains.html#info-field-lists Change-Id: I6c8eaa3295c04463aea291fc3182060fe2b66ec3
This commit is contained in:
parent
62b819152b
commit
ecc660ba05
@ -106,7 +106,7 @@ def validate_query(query, db_func, internal_keys=None,
|
||||
:raises InvalidInput: if an operator is not supported for a given field
|
||||
:raises InvalidInput: if timestamp constraints are allowed, but
|
||||
search_offset was included without timestamp constraint
|
||||
:raises: UnknownArgument: if a field name is not a timestamp field, nor
|
||||
:raises UnknownArgument: if a field name is not a timestamp field, nor
|
||||
in the list of valid keys
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user