Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julia Damerow <[email protected]>
  • Loading branch information
rlskoeser and jdamerow authored Jul 11, 2024
1 parent b4d28d6 commit 9614cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ False
False
```

For dates that are imprecise are partially known, `undate` calculates earliest and latest possible dates for comparison purposes so you can sort dates and compare with equals, greater than, and less than. You can also compare with python `datetime.date` objects.
For dates that are imprecise or partially known, `undate` calculates earliest and latest possible dates for comparison purposes so you can sort dates and compare with equals, greater than, and less than. You can also compare with python `datetime.date` objects.

```python
>>> november7_2020 = Undate(2020, 11, 7)
Expand Down

0 comments on commit 9614cb8

Please sign in to comment.