]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: move a dot outside double quotes (GH-20007)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 17 May 2020 21:32:43 +0000 (14:32 -0700)
committerGitHub <noreply@github.com>
Sun, 17 May 2020 21:32:43 +0000 (14:32 -0700)
(cherry picked from commit 4eba67783eb2084b2dad875ed1cbffdaf8a9202e)

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@doctolib.com>
Doc/library/datetime.rst

index 29c6b5a4736c0d1c8bd8630532676ca88d80c9e4..577cc0e1c1f4b244b065c1547f38434593479f87 100644 (file)
@@ -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,