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: