summaryrefslogtreecommitdiffstats
path: root/python/python-MonthDelta
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-MonthDelta')
-rw-r--r--python/python-MonthDelta/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/python/python-MonthDelta/README b/python/python-MonthDelta/README
index f3d993322d..35deb5aa0e 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.