Skip to content

Commit c8e790d

Browse files
rlskoeserjdamerow
andauthored
Update src/undate/date.py
Co-authored-by: Julia Damerow <jdamerow@users.noreply.github.com>
1 parent 43b37f2 commit c8e790d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/undate/date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def days(self) -> int:
3535
class UnInt:
3636
"""An uncertain integer intended for use with uncertain durations (:class:`UnDelta`),
3737
to convey a range of possible integer values between an upper
38-
and lower bound (inclusive). Supports comparison, addition and subtraction,
38+
and lower bound (both inclusive). Supports comparison, addition and subtraction,
3939
checking if a value is included in the range, and iterating over numbers
4040
included in the range.
4141
"""

0 commit comments

Comments
 (0)