File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments