diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-01 14:16:10 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-01 14:16:10 +0530 |
commit | b050d210dfd6f1a9d0e56820c81aa0eec924e2eb (patch) | |
tree | 7fea011a3500044b4d967926bf1a5515a06f9031 /yt_dlp/options.py | |
parent | f4e4be19f07037507d1694ae0e68e15ff702bf3c (diff) | |
download | hypervideo-pre-b050d210dfd6f1a9d0e56820c81aa0eec924e2eb.tar.lz hypervideo-pre-b050d210dfd6f1a9d0e56820c81aa0eec924e2eb.tar.xz hypervideo-pre-b050d210dfd6f1a9d0e56820c81aa0eec924e2eb.zip |
Fix some typos and linter
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 95ef27e26..2047ac28e 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -1148,7 +1148,7 @@ def parseOpts(overrideArguments=None): help=( 'Parse additional metadata like title/artist from other fields. ' 'Give a template or field name to extract data from and the ' - 'format to interpret it as, seperated by a ":". ' + 'format to interpret it as, separated by a ":". ' 'Either regular expression with named capture groups or a ' 'similar syntax to the output template can be used for the FORMAT. ' 'Similarly, the syntax for output template can be used for FIELD ' |