summaryrefslogtreecommitdiffstats
path: root/python/python-MonthDelta
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-06 17:40:07 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-12 06:58:01 +0700
commit914eadb4d4aaac36acebb3f52e73ee9dd5baab54 (patch)
treeca7795aa6bbadf56c99836b38855ae34b091e876 /python/python-MonthDelta
parent29a05ef025394b7aa14a36c1bfbeffa91136ea53 (diff)
downloadslackbuilds-914eadb4d4aaac36acebb3f52e73ee9dd5baab54.tar.gz
slackbuilds-914eadb4d4aaac36acebb3f52e73ee9dd5baab54.tar.xz
python/python-MonthDelta: Update README.
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.