Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e723e45 commit f5c96fbCopy full SHA for f5c96fb
1 file changed
Lib/_strptime.py
@@ -37,9 +37,9 @@ class LocaleTime(object):
37
ATTRIBUTES:
38
f_weekday -- full weekday names (7-item list)
39
a_weekday -- abbreviated weekday names (7-item list)
40
- f_month -- full weekday names (14-item list; dummy value in [0], which
+ f_month -- full month names (13-item list; dummy value in [0], which
41
is added by code)
42
- a_month -- abbreviated weekday names (13-item list, dummy value in
+ a_month -- abbreviated month names (13-item list, dummy value in
43
[0], which is added by code)
44
am_pm -- AM/PM representation (2-item list)
45
LC_date_time -- format string for date/time representation (string)
0 commit comments