From 70d2a88aecfdd29d6adaaeeb96aabca66b0facad Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Wed, 10 Jun 2026 17:25:35 -0700 Subject: [PATCH] Reword PR #1095 change log --- docs_src/changes.md | 2 +- src/weewx/almanac.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_src/changes.md b/docs_src/changes.md index 8ae2da0b..def36b63 100644 --- a/docs_src/changes.md +++ b/docs_src/changes.md @@ -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. diff --git a/src/weewx/almanac.py b/src/weewx/almanac.py index 33399fdc..10676df7 100644 --- a/src/weewx/almanac.py +++ b/src/weewx/almanac.py @@ -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.