Merge "Fix some reST field lists in docstrings"

This commit is contained in:
Jenkins 2017-03-27 13:29:25 +00:00 committed by Gerrit Code Review
commit b4f5096164

View File

@ -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: