Updated docstring for readability
This commit is contained in:
parent
751b3d55d5
commit
d44c1cb87d
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue