From: Tim Peters Date: Fri, 20 Dec 2002 17:15:39 +0000 (+0000) Subject: Fixed longstanding bug in the description of strftime's %W code. X-Git-Tag: v2.3c1~2937 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ed8320827af7f1a3b1e64157a8c6a24837c7936;p=thirdparty%2FPython%2Fcpython.git Fixed longstanding bug in the description of strftime's %W code. --- diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 308152d209cd..a2d785a11aa1 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -232,7 +232,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].}{}