From 6658ea9b28fe3ee498d547219b2a80d18a8097e4 Mon Sep 17 00:00:00 2001 From: rettinghaus Date: Wed, 2 Jul 2025 21:45:11 +0200 Subject: [PATCH] clarify methods --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b4fb2d..956e2ab 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Level2Season ExponentialYear ``` -All of these implement `upper/lower_strict/fuzzy()` methods to derive `struct_time` objects, except of UnspecifiedIntervalSection, that can also return math.inf value +All of these implement `upper_strict()/lower_strict()/fuzzy()` methods to derive `struct_time` objects, except of UnspecifiedIntervalSection, that can also return math.inf value The `*Interval` instances have `upper` and `lower` properties that are themselves `EDTFObject` instances.