From: Raymond Hettinger Date: Fri, 21 Feb 2003 05:59:16 +0000 (+0000) Subject: Backport libtime.tex 1.53: X-Git-Tag: v2.2.3c1~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5908e15d5547e5f4c728c7ed3340bd72af68fc6;p=thirdparty%2FPython%2Fcpython.git Backport libtime.tex 1.53: Fixed longstanding bug in the description of strftime's %W code. --- diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 0a692487fa86..a0c58bc43db5 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -236,7 +236,7 @@ specification, and are replaced by the indicated characters in the \lineiii{\%w}{Weekday as a decimal number [0(Sunday),6].}{} \lineiii{\%W}{Week number of the year (Monday as the first day of the week) as a decimal number [00,53]. All days in a new year - preceding the first Sunday are considered to be in week 0.}{} + preceding the first Monday are considered to be in week 0.}{} \lineiii{\%x}{Locale's appropriate date representation.}{} \lineiii{\%X}{Locale's appropriate time representation.}{} \lineiii{\%y}{Year without century as a decimal number [00,99].}{}