浏览代码

[options] PEP 8

Sergey M․ 8 年之前
父节点
当前提交
166d12b00c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/options.py

+ 1 - 1
youtube_dl/options.py

@@ -817,7 +817,7 @@ def parseOpts(overrideArguments=None):
              'The format syntax is the same as --output. Regular expression with '
              'named capture groups may also be used. '
              'The parsed parameters replace existing values. '
-             'Example: --metadata-from-title "%(artist)s - %(title)s" matches a title like ' 
+             'Example: --metadata-from-title "%(artist)s - %(title)s" matches a title like '
              '"Coldplay - Paradise". '
              'Example (regex): --metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"')
     postproc.add_option(