summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2014-02-27 16:43:04 +0000
committerMichael Twomey <michael.twomey@fieldaware.com>2014-02-27 16:43:04 +0000
commitabd650fad42009f635c6ebadf774f4221d54ee23 (patch)
treedd2f335547d3fca3eda39521bf2ab74f09cd88ec /README.rst
parent5757f8552ded426dacf9f7c64334efe2d3f58697 (diff)
downloadpyiso8601-abd650fad42009f635c6ebadf774f4221d54ee23.tar.gz
Adding API reference to docs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e854dee..90cb809 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ This module parses the most common forms of ISO 8601 date strings (e.g.
>>> import iso8601
>>> iso8601.parse_date("2007-01-25T12:00:00Z")
-datetime.datetime(2007, 1, 25, 12, 0, tzinfo=<iso8601.iso8601.Utc ...>)
+datetime.datetime(2007, 1, 25, 12, 0, tzinfo=<iso8601.Utc>)
>>>
See the LICENSE file for the license this package is released under.