浏览代码

Format fix

Xi Ruoyao 7 年之前
父节点
当前提交
204bc651df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wordfreq.py

+ 1 - 1
wordfreq.py

@@ -45,7 +45,7 @@ def main():
             help = "the parts you want of speech, seperated by comma")
     parser.add_argument("-j", "--jobs", type = int,
             help = "the number of parallel jobs")
-    parser.add_argument("-t", "--top", type=int,
+    parser.add_argument("-t", "--top", type = int,
             help = "the number of words you want to show on the cloud")
     parser.add_argument("-o", "--output", help = "output image file name")
     parser.add_argument("-f", "--fontpath",