From e6e5636c1be8e5a76e93b9477b078b0c0a9d5674 Mon Sep 17 00:00:00 2001 From: nikolas Date: Mon, 18 May 2015 13:42:46 -0400 Subject: fix typo in setup.py description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e1a519..1a399a6 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup(name='isodate', # PyPI metadata author='Gerhard Weis', author_email='gerhard.weis@proclos.com', - description='An ISO 8601 date/time/duration parser and formater', + description='An ISO 8601 date/time/duration parser and formatter', license='BSD', # keywords = '', url='http://cheeseshop.python.org/pypi/isodate', -- cgit v1.2.1