Fix some reST field lists in docstrings
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: Ic59822cb8e9a43ce83e6e59f002f28ffea89d935
This commit is contained in:
parent
cf9596ebce
commit
dac0364cfc
@ -901,7 +901,7 @@ def last_bytes(file_like_object, num):
|
||||
:param file_like_object: The file to read
|
||||
:param num: The number of bytes to return
|
||||
|
||||
:returns (data, remaining)
|
||||
:returns: (data, remaining)
|
||||
"""
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user