]> granicus.if.org Git - python/commitdiff
#11294: add missing ERA_T_FMT to locale docs.
authorGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 10:09:51 +0000 (11:09 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 10:09:51 +0000 (11:09 +0100)
Doc/library/locale.rst

index 9581186a938999ebc08b3593e24038d5ba2f8b80..5b2941eba587be7c0e4fd79b51b69b2f47a60698 100644 (file)
@@ -161,7 +161,7 @@ The :mod:`locale` module defines the following exception and functions:
    .. 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 @@ The :mod:`locale` module defines the following exception and functions:
 
    .. 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