summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniemeyer <>2005-07-03 14:36:13 +0000
committerniemeyer <>2005-07-03 14:36:13 +0000
commitd626a544e8447c5d2d8bf43b69c23320540bf2c3 (patch)
treec48130db5f7c40e95c3445bbaefd4ebb54561ffd
parent8bfedd8ac68bfb3618ea3fcf48ac7cfed9d85a36 (diff)
downloaddateutil-d626a544e8447c5d2d8bf43b69c23320540bf2c3.tar.gz
Fixing typo.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 302a75d..bab2814 100644
--- a/README
+++ b/README
@@ -1243,7 +1243,7 @@ If {{{dayfirst}}} is {{{True}}} and {{{yearfirst}}} is {{{True}}}:
==== Converting two digit years ====
When a two digit year is found, it is processed considering
the current year, so that the computed year is never more
-than 49 years after then current year, nor 50 years before the
+than 49 years after the current year, nor 50 years before the
current year. In other words, if we are in year 2003, and the
year 30 is found, it will be considered as 2030, but if the
year 60 is found, it will be considered 1960.