summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2011-10-04 12:01:51 +0700
committerStuart Bishop <stuart@stuartbishop.net>2011-10-04 12:01:51 +0700
commita251d6cb6a2bb440b7c60b3d8b5f4ebf4734dd57 (patch)
tree8d83bf0d790ac8bab7639a5b9cdd24732dc227b8
parentcc803c0f694a2f25d912efcc5d39d939d146314b (diff)
downloadpytz-a251d6cb6a2bb440b7c60b3d8b5f4ebf4734dd57.tar.gz
Fix typos and rephrase
-rw-r--r--src/README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/README.txt b/src/README.txt
index 33342b5..3a174dd 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -176,9 +176,8 @@ parameter to the ``utcoffset()``, ``dst()`` && ``tzname()`` methods.
>>> normal = datetime(2009, 9, 1)
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
-the ``is_dst`` parameter is ignormed for most timestamps, but
-is used to resolve the ambiguity during ambiguous periods caused
-to DST transitions.
+The ``is_dst`` parameter is ignored for most timestamps. It is only used
+during DST transition ambiguous periods to resulve that ambiguity.
>>> tz.utcoffset(normal, is_dst=True)
datetime.timedelta(-1, 77400)