[Python-checkins] Doc: move a dot outside double quotes (GH-20007)

Miss Islington (bot) webhook-mailer at python.org
Sun May 17 17:32:48 EDT 2020


https://github.com/python/cpython/commit/b1e23f3c321facdbcc1ffe6e2914d21038a12b36
commit: b1e23f3c321facdbcc1ffe6e2914d21038a12b36
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-05-17T14:32:43-07:00
summary:

Doc: move a dot outside double quotes (GH-20007)

(cherry picked from commit 4eba67783eb2084b2dad875ed1cbffdaf8a9202e)

Co-authored-by: Mathieu Dupuy <mathieu.dupuy at doctolib.com>

files:
M Doc/library/datetime.rst

diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 29c6b5a4736c0..577cc0e1c1f4b 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,



More information about the Python-checkins mailing list