Reword PR #1095 change log

This commit is contained in:
Tom Keffer
2026-06-10 17:25:35 -07:00
parent b7b9573e28
commit 70d2a88aec
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ Example `xstats.py` had nonsensical time context values. Fixed in
[PR #1072](https://github.com/weewx/weewx/pull/1072). Thanks to user
evilbunny2008.
Cheetahgenerator seasons timespans `$season`, `$seasonsyear`, seasons
Added Cheetah generator seasons timespans `$season`, `$seasonsyear`, and seasons
iterator `.seasons`. [PR #1095](https://github.com/weewx/weewx/pull/1095).
Thanks to user roe-dl.

View File

@@ -215,7 +215,7 @@ class Almanac:
Args:
time_ts (int): A unix epoch timestamp with the time of the almanac. If None, the
time_ts (int|float): A unix epoch timestamp with the time of the almanac. If None, the
present time will be used.
lat (float): Observer's latitude in degrees.
lon (float): Observer's longitude in degrees.