浏览代码

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


正在加载...
取消
保存