diff options
author | Skip Montanaro <skip@pobox.com> | 2009-11-03 02:43:59 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2009-11-03 02:43:59 (GMT) |
commit | 6418577bb53c61e1c133df9db5b86a4285f94bab (patch) | |
tree | 71820cd205d1aaa685ec7dedc925fbaac21c8b71 | |
parent | c6714bd1df0bf3aa466366ce45fe0152d6deac42 (diff) | |
download | cpython-6418577bb53c61e1c133df9db5b86a4285f94bab.zip cpython-6418577bb53c61e1c133df9db5b86a4285f94bab.tar.gz cpython-6418577bb53c61e1c133df9db5b86a4285f94bab.tar.bz2 |
typo (space-o?)
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 54fa755..662bce2 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -471,7 +471,7 @@ 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 |