Skip to content

Commit

Permalink
Fixed typo in progress_handler.py (#1929)
Browse files Browse the repository at this point in the history
Update progress_handler.py

Co-authored-by: kuba <xnetcat.dev@gmail.com>
  • Loading branch information
AniketP04 and xnetcat authored Oct 17, 2023
1 parent 186473d commit e3d6847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotdl/download/progress_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def render(self, task: Task) -> Text:

class ProgressHandler:
"""
Class for handing the progress of a download, including the progress bar.
Class for handling the progress of a download, including the progress bar.
"""

def __init__(
Expand Down

0 comments on commit e3d6847

Please sign in to comment.