[Python-checkins] r76085 - in python/branches/release31-maint: Doc/library/datetime.rst

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


Author: mark.dickinson
Date: Tue Nov  3 17:29:43 2009
New Revision: 76085

Log:
Merged revisions 76084 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76084 | mark.dickinson | 2009-11-03 16:29:10 +0000 (Tue, 03 Nov 2009) | 9 lines
  
  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/release31-maint/   (props changed)
   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 17:29:43 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