summaryrefslogtreecommitdiff
path: root/date.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-05-11 10:46:45 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-05-11 10:46:45 +0200
commitf608ab9ae0dd93cfcfd8efc6d5d401959ed12880 (patch)
treead28c80a524fc5c45ee9cf1e7af1e376046f1678 /date.py
parent946256313240fcb1a8c9019957d74cb3c05fc6c2 (diff)
downloadlogilab-common-f608ab9ae0dd93cfcfd8efc6d5d401959ed12880.tar.gz
cleanup
Diffstat (limited to 'date.py')
-rw-r--r--date.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/date.py b/date.py
index 776f1ed..bb5ae1d 100644
--- a/date.py
+++ b/date.py
@@ -179,7 +179,7 @@ def date_range(begin, end, incday=None, incmonth=None):
date as parameter, and returning True if the date
should be included.
- When using mx datetime, you should *NOT* use incmonth argument, use insteazd
+ When using mx datetime, you should *NOT* use incmonth argument, use instead
oneDay, oneHour, oneMinute, oneSecond, oneWeek or endOfMonth (to enumerate
months) as `incday` argument
"""