Fix docstring in LocaleTime.

This commit is contained in:
Brett Cannon 2003-08-08 01:53:05 +00:00
parent e723e453a1
commit f5c96fb74d
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ class LocaleTime(object):
ATTRIBUTES: ATTRIBUTES:
f_weekday -- full weekday names (7-item list) f_weekday -- full weekday names (7-item list)
a_weekday -- abbreviated weekday names (7-item list) a_weekday -- abbreviated weekday names (7-item list)
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
is added by code) is added by code)
a_month -- abbreviated weekday names (13-item list, dummy value in a_month -- abbreviated month names (13-item list, dummy value in
[0], which is added by code) [0], which is added by code)
am_pm -- AM/PM representation (2-item list) am_pm -- AM/PM representation (2-item list)
LC_date_time -- format string for date/time representation (string) LC_date_time -- format string for date/time representation (string)