Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5c96fb

Browse files
committed
Fix docstring in LocaleTime.
1 parent e723e45 commit f5c96fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/_strptime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ class LocaleTime(object):
3737
ATTRIBUTES:
3838
f_weekday -- full weekday names (7-item list)
3939
a_weekday -- abbreviated weekday names (7-item list)
40-
f_month -- full weekday names (14-item list; dummy value in [0], which
40+
f_month -- full month names (13-item list; dummy value in [0], which
4141
is added by code)
42-
a_month -- abbreviated weekday names (13-item list, dummy value in
42+
a_month -- abbreviated month names (13-item list, dummy value in
4343
[0], which is added by code)
4444
am_pm -- AM/PM representation (2-item list)
4545
LC_date_time -- format string for date/time representation (string)

0 commit comments

Comments
 (0)