Kaynağa Gözat

fix(terminology): use the "Object" term

instead of "Planet" in the text format output
tags/v0.3.0
Jérôme Deuchnord 4 yıl önce
ebeveyn
işleme
e21f6327f4
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: BC6F3C345B7D33B0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      kosmorrolib/dumper.py

+ 1
- 1
kosmorrolib/dumper.py Dosyayı Görüntüle

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


data.append([name, planet_rise, planet_culmination, planet_set]) 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',)) stralign='center', colalign=('left',))


@staticmethod @staticmethod


Yükleniyor…
İptal
Kaydet