From 6418577bb53c61e1c133df9db5b86a4285f94bab Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 3 Nov 2009 02:43:59 +0000 Subject: [PATCH] typo (space-o?) --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 54fa75513b..662bce2638 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 -- 2.40.0