diff options
-rw-r--r-- | python/python-MonthDelta/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/python-MonthDelta/README b/python/python-MonthDelta/README index f3d993322d67..35deb5aa0eb9 100644 --- a/python/python-MonthDelta/README +++ b/python/python-MonthDelta/README @@ -1,7 +1,9 @@ -Date computations with months. +python-MonthDelta (Pythonic date calculation with months) monthdelta.py includes a class, MonthDelta, and a function, monthmod(). -MonthDelta enables easy month-related calculations with the standard Python date and datetime classes from the datetime module. +MonthDelta enables easy month-related calculations with the standard +Python date and datetime classes from the datetime module. -monthmod() enables round-trip calculations among MonthDelta, date, datetime, and timedelta. +monthmod() enables round-trip calculations among MonthDelta, date, +datetime, and timedelta. |