diff options
author | Mathieu Dupuy <mathieu.dupuy@doctolib.com> | 2020-05-17 21:24:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 21:24:59 (GMT) |
commit | 4eba67783eb2084b2dad875ed1cbffdaf8a9202e (patch) | |
tree | b70c7f2fc9f0f55f275b73530e8edaede3a1cf92 /Doc/library/datetime.rst | |
parent | 62ecd8a8f908282726d2f019c93efa1cf2e9e784 (diff) | |
download | cpython-4eba67783eb2084b2dad875ed1cbffdaf8a9202e.zip cpython-4eba67783eb2084b2dad875ed1cbffdaf8a9202e.tar.gz cpython-4eba67783eb2084b2dad875ed1cbffdaf8a9202e.tar.bz2 |
Doc: move a dot outside double quotes (GH-20007)
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 4daf5df..800361c 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -35,7 +35,7 @@ on efficient attribute extraction for output formatting and manipulation. Aware and Naive Objects ----------------------- -Date and time objects may be categorized as "aware" or "naive." +Date and time objects may be categorized as "aware" or "naive". With sufficient knowledge of applicable algorithmic and political time adjustments, such as time zone and daylight saving time information, |