Sfoglia il codice sorgente

fix(terminology): use the "Object" term

instead of "Planet" in the text format output
tags/v0.3.0
Jérôme Deuchnord 4 anni fa
parent
commit
e21f6327f4
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: BC6F3C345B7D33B0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      kosmorrolib/dumper.py

+ 1
- 1
kosmorrolib/dumper.py Vedi File

@@ -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


Caricamento…
Annulla
Salva