diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-05-17 21:32:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 21:32:43 (GMT) |
commit | b1e23f3c321facdbcc1ffe6e2914d21038a12b36 (patch) | |
tree | 62a62224333a820e9a3a2bb9e93562b340f0ab69 /Doc/library | |
parent | a669443dfb79fc6aca2544b885895814798db15b (diff) | |
download | cpython-b1e23f3c321facdbcc1ffe6e2914d21038a12b36.zip cpython-b1e23f3c321facdbcc1ffe6e2914d21038a12b36.tar.gz cpython-b1e23f3c321facdbcc1ffe6e2914d21038a12b36.tar.bz2 |
Doc: move a dot outside double quotes (GH-20007)
(cherry picked from commit 4eba67783eb2084b2dad875ed1cbffdaf8a9202e)
Co-authored-by: Mathieu Dupuy <mathieu.dupuy@doctolib.com>
Diffstat (limited to 'Doc/library')
-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 29c6b5a..577cc0e 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, |