[Python-checkins] r76082 - python/trunk/Doc/library/datetime.rst

mark.dickinson python-checkins at python.org
Tue Nov 3 17:26:14 CET 2009


Author: mark.dickinson
Date: Tue Nov  3 17:26:14 2009
New Revision: 76082

Log:
Fix doc typo reported by Arfrever.

Modified:
   python/trunk/Doc/library/datetime.rst

Modified: python/trunk/Doc/library/datetime.rst
==============================================================================
--- python/trunk/Doc/library/datetime.rst	(original)
+++ python/trunk/Doc/library/datetime.rst	Tue Nov  3 17:26:14 2009
@@ -471,7 +471,8 @@
    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