瀏覽代碼

fix(terminology): use the "Object" term

instead of "Planet" in the text format output
tags/v0.3.0
Jérôme Deuchnord 4 年之前
父節點
當前提交
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


Loading…
取消
儲存