diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-04-03 16:45:24 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-04-03 16:45:24 (GMT) |
commit | 41459a9b295db4f909d1890dc5882e78e7f5138e (patch) | |
tree | 806417723bf87ed87f4a66618404663f373594ba /Doc | |
parent | b5e2e7e93aebc9fe399263cdee121e1e72617163 (diff) | |
download | cpython-41459a9b295db4f909d1890dc5882e78e7f5138e.zip cpython-41459a9b295db4f909d1890dc5882e78e7f5138e.tar.gz cpython-41459a9b295db4f909d1890dc5882e78e7f5138e.tar.bz2 |
Issue #15940: Replace tab.
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 |