diff options
author | Lesmiscore <nao20010128@gmail.com> | 2022-08-14 21:04:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 17:34:13 +0530 |
commit | 62b58c0936cccc6f3e5115086406c7bfaf6fc551 (patch) | |
tree | db9dd3ee5c0cebaa46557004deba869d59f6323c /yt_dlp/minicurses.py | |
parent | 8f53dc44a0cc1c2d98c35740b9293462c080f5d0 (diff) | |
download | hypervideo-pre-62b58c0936cccc6f3e5115086406c7bfaf6fc551.tar.lz hypervideo-pre-62b58c0936cccc6f3e5115086406c7bfaf6fc551.tar.xz hypervideo-pre-62b58c0936cccc6f3e5115086406c7bfaf6fc551.zip |
[docs] Consistent use of `e.g.` (#4643)
Authored by: Lesmiscore
Diffstat (limited to 'yt_dlp/minicurses.py')
-rw-r--r-- | yt_dlp/minicurses.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |