[Python-checkins] r76078 - python/branches/release31-maint/Doc/library/datetime.rst

skip.montanaro python-checkins at python.org
Tue Nov 3 03:44:54 CET 2009


Author: skip.montanaro
Date: Tue Nov  3 03:44:54 2009
New Revision: 76078

Log:
typo (space-o?)

Modified:
   python/branches/release31-maint/Doc/library/datetime.rst

Modified: python/branches/release31-maint/Doc/library/datetime.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/datetime.rst	(original)
+++ python/branches/release31-maint/Doc/library/datetime.rst	Tue Nov  3 03:44:54 2009
@@ -469,7 +469,7 @@
    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


More information about the Python-checkins mailing list