diff options
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 |
commit | 914eadb4d4aaac36acebb3f52e73ee9dd5baab54 (patch) | |
tree | ca7795aa6bbadf56c99836b38855ae34b091e876 | |
parent | 29a05ef025394b7aa14a36c1bfbeffa91136ea53 (diff) | |
download | slackbuilds-914eadb4d4aaac36acebb3f52e73ee9dd5baab54.tar.gz |
python/python-MonthDelta: Update README.
-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 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. |