diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-11-03 16:29:43 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-11-03 16:29:43 (GMT) |
commit | 7e866648250da8ee77498a551205b7aac8877d9c (patch) | |
tree | 52e92392ed03b1eaaea0a2693c85af0811e517d1 | |
parent | 409548592fb05aeb910584184367baa992bf973c (diff) | |
download | cpython-7e866648250da8ee77498a551205b7aac8877d9c.zip cpython-7e866648250da8ee77498a551205b7aac8877d9c.tar.gz cpython-7e866648250da8ee77498a551205b7aac8877d9c.tar.bz2 |
Merged revisions 76084 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76084 | mark.dickinson | 2009-11-03 16:29:10 +0000 (Tue, 03 Nov 2009) | 9 lines
Merged revisions 76082 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76082 | mark.dickinson | 2009-11-03 16:26:14 +0000 (Tue, 03 Nov 2009) | 1 line
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 a69645b..68ae586 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -469,7 +469,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 |