doc: spelling fixes
This commit is contained in:
parent
ad55c5c345
commit
023074b9d3
22 changed files with 27 additions and 27 deletions
|
@ -245,7 +245,7 @@ def _iter_tzs() -> Iterator[DayWithZone]:
|
|||
def _day2zone() -> dict[date, pytz.BaseTzInfo]:
|
||||
# NOTE: kinda unfortunate that this will have to process all days before returning result for just one
|
||||
# however otherwise cachew cache might never be initialized properly
|
||||
# so we'll always end up recomputing everyting during subsequent runs
|
||||
# so we'll always end up recomputing everything during subsequent runs
|
||||
return {dz.day: pytz.timezone(dz.zone) for dz in _iter_tzs()}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue