ソースを参照

Update template

Jonatan Gezelius 4 年 前
コミット
1d2830f371
2 ファイル変更1 行追加1 行削除
  1. 1 1
      template/a.py
  2. 0 0
      template/example.txt

+ 1 - 1
template/a.py

@@ -10,7 +10,7 @@ def solve_task(filename):
     os.system("pause")
 
 def parse_arguments():
-    parser = argparse.ArgumentParser(description="Script that toggles output of a Tenma PSU",epilog="Have a nice day!")
+    parser = argparse.ArgumentParser(description="Script that solves the case",epilog="Have a nice day!")
     parser.add_argument('filename', nargs='?', default="infile.txt", help='Input file')
     args = parser.parse_args()
     return args

+ 0 - 0
template/example.txt