]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix docstring for LocaleTime.
authorBrett Cannon <bcannon@gmail.com>
Fri, 8 Aug 2003 01:52:08 +0000 (01:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 8 Aug 2003 01:52:08 +0000 (01:52 +0000)
Lib/_strptime.py

index 02eacce1059e800bbb3415145ddef7d621175093..e9065649925f4e7ebcc7b2b790c02c4d558c8469 100644 (file)
@@ -40,9 +40,9 @@ class LocaleTime(object):
                 store the values have mangled names):
         f_weekday -- full 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)
-        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)
         am_pm -- AM/PM representation (2-item list)
         LC_date_time -- format string for date/time representation (string)