Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Dec 24, 2014
1 parent 7094362 commit b829fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tradecalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ def makeAge(value):
)
if dockFmt:
stnName = route[i+1].name()
lsFromStar = route[i+1].lsFromStar
if lsFromStar >= 100:
lsFromStar = route[i+1].lsFromStar
stnName += " ({:n}ls)".format(lsFromStar)
stnName += " ({:n}ls)".format(lsFromStar)
text += dockFmt.format(
station=stnName
)
Expand Down

0 comments on commit b829fe5

Please sign in to comment.