docs: fix typos
found via `codespell -L copie,datas,pres,fo,tooks,noo,ue,ket,frop`
This commit is contained in:
parent
347cd1ef77
commit
2447911040
50 changed files with 69 additions and 69 deletions
|
@ -39,7 +39,7 @@ class Entry(NamedTuple):
|
|||
def timestamp(self) -> datetime:
|
||||
ts = self.row['timestamp']
|
||||
# already with timezone apparently
|
||||
# TODO not sure if should stil localize though? it only kept tz offset, not real tz
|
||||
# TODO not sure if should still localize though? it only kept tz offset, not real tz
|
||||
return datetime.fromisoformat(ts)
|
||||
# TODO also has gps info!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue