[Python-checkins] r76084 - in python/branches/py3k: Doc/library/datetime.rst

mark.dickinson python-checkins at python.org
Tue Nov 3 17:29:10 CET 2009


Author: mark.dickinson
Date: Tue Nov  3 17:29:10 2009
New Revision: 76084

Log:
Merged revisions 76082 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76082 | mark.dickinson | 2009-11-03 16:26:14 +0000 (Tue, 03 Nov 2009) | 1 line
  
  Fix doc typo reported by Arfrever.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/datetime.rst

Modified: python/branches/py3k/Doc/library/datetime.rst
==============================================================================
--- python/branches/py3k/Doc/library/datetime.rst	(original)
+++ python/branches/py3k/Doc/library/datetime.rst	Tue Nov  3 17:29:10 2009
@@ -469,7 +469,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