ソースを参照

Rewrap the line

Dongjoon Hyun 9 年 前
コミット
86325d7c95
1 ファイル変更1 行追加2 行削除
  1. 1 2
      objectivec/DevTools/pddm.py

+ 1 - 2
objectivec/DevTools/pddm.py

@@ -625,8 +625,7 @@ class SourceFile(object):
 def main(args):
   usage = '%prog [OPTIONS] PATH ...'
   description = (
-      'Processes PDDM directives in the given paths and write them back'
-      ' out.'
+      'Processes PDDM directives in the given paths and write them back out.'
   )
   parser = optparse.OptionParser(usage=usage, description=description)
   parser.add_option('--dry-run',