summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <gweis@gmx.at>2009-01-05 11:04:40 +1000
committerGerhard Weis <gweis@gmx.at>2009-01-05 11:04:40 +1000
commit1fabe4baf1d72bf540274494085e534528d52380 (patch)
tree68dd15cb875e4326de6ebc17ef1bd22b6ec87840
parentee9e65a8693f7da64de5d5424294b7463f34e338 (diff)
downloadisodate-1fabe4baf1d72bf540274494085e534528d52380.tar.gz
* minor cosmetic changes
-rw-r--r--MANIFEST.in2
-rw-r--r--README.txt2
-rw-r--r--TODO.txt3
3 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 426ffc6..127f5af 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
include CHANGES.txt
-include TODO.txt \ No newline at end of file
+include TODO.txt
diff --git a/README.txt b/README.txt
index 8cbeb63..4989fa2 100644
--- a/README.txt
+++ b/README.txt
@@ -24,7 +24,7 @@ Documentation
Currently there are four parsing methods available.
* parse_time:
- parses an ISO 8601 time string into a *time* object
+ parses an ISO 8601 time string into a *time* object
* parse_date:
parses an ISO 8601 date string into a *date* object
* parse_datetime:
diff --git a/TODO.txt b/TODO.txt
index cc3a07a..5cba68f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -34,4 +34,5 @@ Documentation:
- implement w3c order relation? (`<http://www.w3.org/TR/xmlschema-2/#duration-order>`_)
- refactor to have duration mathematics only at one place.
- localize __str__ method (does timedelta do this?)
- \ No newline at end of file
+
+