diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/time.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index d5f81ca..1e21fb6 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -672,7 +672,7 @@ The module defines the following functions and data items: Module :mod:`locale` Internationalization services. The locale setting affects the interpretation - of many format specifiers in :func:`strftime` and :func:`strptime`. + of many format specifiers in :func:`strftime` and :func:`strptime`. Module :mod:`calendar` General calendar-related functions. :func:`timegm` is the inverse of |