We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b37f2 commit c8e790dCopy full SHA for c8e790d
1 file changed
src/undate/date.py
@@ -35,7 +35,7 @@ def days(self) -> int:
35
class UnInt:
36
"""An uncertain integer intended for use with uncertain durations (:class:`UnDelta`),
37
to convey a range of possible integer values between an upper
38
- and lower bound (inclusive). Supports comparison, addition and subtraction,
+ and lower bound (both inclusive). Supports comparison, addition and subtraction,
39
checking if a value is included in the range, and iterating over numbers
40
included in the range.
41
"""
0 commit comments