summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/time.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index d7d8230..d5f81ca 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -671,8 +671,8 @@ The module defines the following functions and data items:
More object-oriented interface to dates and times.
Module :mod:`locale`
- Internationalization services. The locale settings can affect the return values
- for some of the functions in the :mod:`time` module.
+ Internationalization services. The locale setting affects the interpretation
+ of many format specifiers in :func:`strftime` and :func:`strptime`.
Module :mod:`calendar`
General calendar-related functions. :func:`timegm` is the inverse of