summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-05-17 21:32:43 (GMT)
committerGitHub <noreply@github.com>2020-05-17 21:32:43 (GMT)
commitb1e23f3c321facdbcc1ffe6e2914d21038a12b36 (patch)
tree62a62224333a820e9a3a2bb9e93562b340f0ab69 /Doc/library
parenta669443dfb79fc6aca2544b885895814798db15b (diff)
downloadcpython-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.rst2
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,