Commit 967ec218 by Marten Ringwelski

Fix typo

parent e113108e
...@@ -52,7 +52,7 @@ def create_dir_for_file(file_path: Union[str, Path]) -> None: ...@@ -52,7 +52,7 @@ def create_dir_for_file(file_path: Union[str, Path]) -> None:
def human_readable_file_size(size_in_bytes: int) -> str: def human_readable_file_size(size_in_bytes: int) -> str:
''' '''
Returns a nicly human readable file size Returns a nicely human readable file size
:param size_in_bytes: Size in Bytes :param size_in_bytes: Size in Bytes
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment