diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-11-03 16:26:14 +0000 |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-11-03 16:26:14 +0000 |
commit | 5b54432b1d735b1d6e539e399fa21b6eae889dc4 (patch) | |
tree | 2b0213de8c8e87d87af5ca7b6145a54885fb4ee9 | |
parent | 6418577bb53c61e1c133df9db5b86a4285f94bab (diff) | |
download | cpython-git-5b54432b1d735b1d6e539e399fa21b6eae889dc4.tar.gz |
Fix doc typo reported by Arfrever.
-rw-r--r-- | Doc/library/datetime.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 662bce2638..021f88b05a 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -471,7 +471,8 @@ Instance methods: Return a 3-tuple, (ISO year, ISO week number, ISO weekday). The ISO calendar is a widely used variant of the Gregorian calendar. See - http://www.phys.uu.nl/vgent/calendar/isocalendar.htm for a good explanation. + http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm for a good + explanation. The ISO year consists of 52 or 53 full weeks, and where a week starts on a Monday and ends on a Sunday. The first week of an ISO year is the first |