From dac0364cfc0adad327bf6a51ca8cc248330eef17 Mon Sep 17 00:00:00 2001 From: Duan Jiong Date: Thu, 23 Mar 2017 09:13:09 +0800 Subject: [PATCH] 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 --- nova/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/utils.py b/nova/utils.py index a7979609f..769bd4732 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -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: