mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fixed longstanding bug in the description of strftime's %W code.
This commit is contained in:
parent
582fa882d2
commit
8ed8320827
1 changed files with 1 additions and 1 deletions
|
@ -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].}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue