🧹 cleanup: fix typos

This commit is contained in:
Type-Delta
2025-01-23 07:40:42 +07:00
parent 80d9f732b1
commit 87a97dd0c6
11 changed files with 36 additions and 36 deletions

View File

@@ -92,7 +92,7 @@ def filter_by_quality(quality: str, stream_links: "list[EpisodeStream]", default
def format_bytes_to_human(num_of_bytes: float, suffix: str = "B"):
"""Helper function usedd to format bytes to human
"""Helper function used to format bytes to human
Args:
num_of_bytes: the number of bytes to format