Skip to content

Commit 1d0a0f5

Browse files
committed
#11294: add missing ERA_T_FMT to locale docs.
1 parent 931e5c1 commit 1d0a0f5

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

Doc/library/locale.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The :mod:`locale` module defines the following exception and functions:
161161
.. data:: D_T_FMT
162162

163163
Get a string that can be used as a format string for :func:`strftime` to
164-
represent time and date in a locale-specific way.
164+
represent date and time in a locale-specific way.
165165

166166
.. data:: D_FMT
167167

@@ -246,12 +246,17 @@ The :mod:`locale` module defines the following exception and functions:
246246

247247
.. data:: ERA_D_T_FMT
248248

249-
Get a format string for :func:`strftime` to represent dates and times in a
249+
Get a format string for :func:`strftime` to represent date and time in a
250250
locale-specific era-based way.
251251

252252
.. data:: ERA_D_FMT
253253

254-
Get a format string for :func:`strftime` to represent time in a
254+
Get a format string for :func:`strftime` to represent a date in a
255+
locale-specific era-based way.
256+
257+
.. data:: ERA_T_FMT
258+
259+
Get a format string for :func:`strftime` to represent a time in a
255260
locale-specific era-based way.
256261

257262
.. data:: ALT_DIGITS

0 commit comments

Comments
 (0)