[Python-checkins] cpython (2.7): #11294: add missing ERA_T_FMT to locale docs.

georg.brandl python-checkins at python.org
Sun Mar 6 11:17:52 CET 2011


http://hg.python.org/cpython/rev/27566bf160d5
changeset: 68298:27566bf160d5
branch: 2.7
user: Georg Brandl <georg at python.org>
date: Sun Mar 06 11:09:51 2011 +0100
summary:
 #11294: add missing ERA_T_FMT to locale docs.
files:
 Doc/library/locale.rst
diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst
--- a/Doc/library/locale.rst
+++ b/Doc/library/locale.rst
@@ -165,7 +165,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
 
@@ -250,12 +250,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
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /