summaryrefslogtreecommitdiff
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
parent946256313240fcb1a8c9019957d74cb3c05fc6c2 (diff)
downloadlogilab-common-f608ab9ae0dd93cfcfd8efc6d5d401959ed12880.tar.gz
cleanup
-rw-r--r--date.py2
-rw-r--r--setup.py4
2 files changed, 1 insertions, 5 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
"""
diff --git a/setup.py b/setup.py
index 69a5634..1aca654 100644
--- a/setup.py
+++ b/setup.py
@@ -18,10 +18,6 @@
# You should have received a copy of the GNU Lesser General Public License along
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
"""Generic Setup script, takes package info from __pkginfo__.py file.
-
-
-
-
"""
__docformat__ = "restructuredtext en"