diff options
author | Skip Montanaro <skip@pobox.com> | 2009-11-03 02:44:04 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2009-11-03 02:44:04 (GMT) |
commit | 7dbf4e6f1afa1369a6638e6997e4a1d4abc67079 (patch) | |
tree | 8fd0bfeaeda0dca2de8e9b57c87457fe4b8ea725 | |
parent | efdbf02957791a1bc03421905cdae1407091c89b (diff) | |
download | cpython-7dbf4e6f1afa1369a6638e6997e4a1d4abc67079.zip cpython-7dbf4e6f1afa1369a6638e6997e4a1d4abc67079.tar.gz cpython-7dbf4e6f1afa1369a6638e6997e4a1d4abc67079.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 2b98005..a69645b 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -469,7 +469,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 |