ソースを参照

fix(terminology): use the "Object" term

instead of "Planet" in the text format output
tags/v0.3.0
コミット
e21f6327f4
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: BC6F3C345B7D33B0
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      kosmorrolib/dumper.py

+ 1
- 1
kosmorrolib/dumper.py ファイルの表示

@@ -95,7 +95,7 @@ class TextDumper(Dumper):

data.append([name, planet_rise, planet_culmination, planet_set])

return tabulate(data, headers=['Planet', 'Rise time', 'Culmination time', 'Set time'], tablefmt='simple',
return tabulate(data, headers=['Object', 'Rise time', 'Culmination time', 'Set time'], tablefmt='simple',
stralign='center', colalign=('left',))

@staticmethod


読み込み中…
キャンセル
保存