回答編集履歴

1

コードコメント修正

2019/08/19 13:25

投稿

can110
can110

スコア38266

test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
 
44
44
 
45
- # hour:minute:sec 形式の文字列からtotal_secons(int)を返す
45
+ # hour:minute:sec 形式の文字列tmからtotal seconds(int)を返す
46
46
 
47
47
  def to_sec(tm):
48
48
 
@@ -56,7 +56,7 @@
56
56
 
57
57
  # メジャー軸のラベル文字列を生成する関数
58
58
 
59
- # total_sec -> "hour:minute:sec"
59
+ # x(total seconds) -> "hour:minute:sec"
60
60
 
61
61
  def mjrFormatter(x, pos):
62
62