소스 검색

fix(terminology): use the "Object" term

instead of "Planet" in the text format output
tags/v0.3.0
Jérôme Deuchnord 5 년 전
부모
커밋
e21f6327f4
No known key found for this signature in database 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


불러오는 중...
취소
저장