X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/492272fed630e3cd4e7649afc03f4084e58df174..61edf57f8f13f6dfd81154174e647eb5fdd26089:/yt_dlp/minicurses.py diff --git a/yt_dlp/minicurses.py b/yt_dlp/minicurses.py index a867fd289..7db02cb59 100644 --- a/yt_dlp/minicurses.py +++ b/yt_dlp/minicurses.py @@ -34,7 +34,7 @@ def format_text(text, f): ''' @param f String representation of formatting to apply in the form: [style] [light] font_color [on [light] bg_color] - Eg: "red", "bold green on light blue" + E.g. "red", "bold green on light blue" ''' f = f.upper() tokens = f.strip().split()