fix spelling mistakes

This commit is contained in:
Sean Breckenridge 2021-03-27 18:20:06 -07:00 committed by karlicoss
parent 29384aef44
commit 1b36bd4379
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ class Config(user_config):
@property
def _history(self) -> Sequence[Tuple[datetime, LatLon]]:
home1 = self.home
# tood ugh, can't test for isnstance LatLon, it's a tuple itself
# todo ugh, can't test for isnstance LatLon, it's a tuple itself
home2: Sequence[Tuple[DateIsh, LatLon]]
if isinstance(home1[0], tuple):
# already a sequence