From d44c1cb87d595137f5bb2ba8ef47efa8cb68b08d Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Tue, 23 Oct 2018 22:33:33 -0400 Subject: [PATCH] Updated docstring for readability --- scrython/bulk_data/bulk_data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrython/bulk_data/bulk_data.py b/scrython/bulk_data/bulk_data.py index c97e203..8a145c6 100644 --- a/scrython/bulk_data/bulk_data.py +++ b/scrython/bulk_data/bulk_data.py @@ -186,7 +186,8 @@ class BulkData(object): human_readable (bool, optional): Defaults to False. Converts the bytes into a human readable format Returns: - integer or string: Returns integer by default. If human_readable is True, returns a string. + integer: Returns integer by default. + string: If human_readable is True, returns a string. """ self._checkForTupleKey('data', num, 'compressed_size')