]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/minicurses.py
[ie/mlbtv] Fix extraction (#10296)
[yt-dlp.git] / yt_dlp / minicurses.py
index a867fd2898162f18ab05d0172e622f18df34cbfb..7db02cb59c64b9656460b505554dc571aee6b1dc 100644 (file)
@@ -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()