Updated docstring for readability

This commit is contained in:
Nanda Scott 2018-10-23 22:33:33 -04:00
parent 751b3d55d5
commit d44c1cb87d
1 changed files with 2 additions and 1 deletions

View File

@ -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')