Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCab authored Aug 3, 2023
1 parent 7511302 commit a3c591e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellarphot/io/aavso.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def to_table(self):
if len(item) == 0:
item = "na"
table_dict[key] = item
# Kepp track of the longest column
# Keep track of the longest column
length = len(item) if len(item) > length else length
else:
table_dict[key] = item if len(item) > 0 else "na"
Expand Down

0 comments on commit a3c591e

Please sign in to comment.