diff -r 00ec93889b88 Doc/library/locale.rst --- a/Doc/library/locale.rst Tue Feb 22 20:24:33 2011 +0100 +++ b/Doc/library/locale.rst Tue Feb 22 23:02:44 2011 +0100 @@ -161,7 +161,7 @@ .. data:: D_T_FMT Get a string that can be used as a format string for :func:`strftime` to - represent time and date in a locale-specific way. + represent date and time in a locale-specific way. .. data:: D_FMT @@ -246,12 +246,17 @@ .. data:: ERA_D_T_FMT - Get a format string for :func:`strftime` to represent dates and times in a + Get a format string for :func:`strftime` to represent date and time in a locale-specific era-based way. .. data:: ERA_D_FMT - Get a format string for :func:`strftime` to represent time in a + Get a format string for :func:`strftime` to represent a date in a + locale-specific era-based way. + + .. data:: ERA_T_FMT + + Get a format string for :func:`strftime` to represent a time in a locale-specific era-based way. .. data:: ALT_DIGITS