Fix use of mebibyte.
This commit is contained in:
parent
cfffed81b4
commit
e9c5203f11
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ def read_filebytes(
|
|||
filepath,
|
||||
range_min=0,
|
||||
range_max=None,
|
||||
chunk_size=bytestring.MIBIBYTE,
|
||||
chunk_size=bytestring.MEBIBYTE,
|
||||
) -> typing.Iterable[bytes]:
|
||||
'''
|
||||
Yield chunks of bytes from the file between the endpoints.
|
||||
|
|
Loading…
Reference in a new issue