summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 11:09:51 +0100
committerGeorg Brandl <georg@python.org>2011-03-06 11:09:51 +0100
commit1d0a0f50606835198b0e1935a9761f3c95fef350 (patch)
tree91da844315ea1db778c30cc6cc15b97057965bcb
parent931e5c1038d483469a29e2fb8c89298ffb449f01 (diff)
downloadcpython-git-1d0a0f50606835198b0e1935a9761f3c95fef350.tar.gz
#11294: add missing ERA_T_FMT to locale docs.
-rw-r--r--Doc/library/locale.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst
index 9581186a93..5b2941eba5 100644
--- a/Doc/library/locale.rst
+++ b/Doc/library/locale.rst
@@ -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