From 914eadb4d4aaac36acebb3f52e73ee9dd5baab54 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 6 Nov 2016 17:40:07 -0500 Subject: python/python-MonthDelta: Update README. --- python/python-MonthDelta/README | 8 +++++--- 1 file 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. -- cgit v1.2.3-65-gdbad