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

Eric Smith eric at trueblade.com
Tue Nov 3 15:48:27 CET 2009


It would be better if you could use svnmerge when you make the same 
revision in multiple branches.

Thanks.
Eric.

skip.montanaro wrote:
> 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
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins
> 



More information about the Python-checkins mailing list