summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-12-20 17:15:39 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-12-20 17:15:39 (GMT)
commit8ed8320827af7f1a3b1e64157a8c6a24837c7936 (patch)
treecd13bd059e6df2fef33a2e386902535920d4ea43 /Doc/lib/libtime.tex
parent582fa882d2c596d82d4c11401c0bdb219444cfcd (diff)
downloadcpython-8ed8320827af7f1a3b1e64157a8c6a24837c7936.zip
cpython-8ed8320827af7f1a3b1e64157a8c6a24837c7936.tar.gz
cpython-8ed8320827af7f1a3b1e64157a8c6a24837c7936.tar.bz2
Fixed longstanding bug in the description of strftime's %W code.
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 308152d..a2d785a 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].}{}