summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2010-03-09 18:29:19 +0700
committerStuart Bishop <stuart@stuartbishop.net>2010-03-09 18:29:19 +0700
commite069cac3d924f430df79ef890dd1d51f8c628778 (patch)
treeac2eedd014c2497721254dcef1f542de611cd68d
parent620d9eac3a57a4ad169f12834b350a5f92c7ea62 (diff)
downloadpytz-e069cac3d924f430df79ef890dd1d51f8c628778.tar.gz
Typo
-rw-r--r--src/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.txt b/src/README.txt
index 312e0a1..7ce1b69 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -169,7 +169,7 @@ deal with.
The ``tzinfo`` instances returned by the ``timezone()`` function have
been extended to cope with ambiguous times by adding an ``is_dst``
-parameter to then ``utcoffset()``, ``dst()`` && ``tzname()`` methods.
+parameter to the ``utcoffset()``, ``dst()`` && ``tzname()`` methods.
>>> tz = timezone('America/St_Johns')