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

Mathieu Dupuy webhook-mailer at python.org
Sun May 17 17:25:07 EDT 2020


https://github.com/python/cpython/commit/4eba67783eb2084b2dad875ed1cbffdaf8a9202e
commit: 4eba67783eb2084b2dad875ed1cbffdaf8a9202e
branch: master
author: Mathieu Dupuy <mathieu.dupuy at doctolib.com>
committer: GitHub <noreply at github.com>
date: 2020-05-17T23:24:59+02:00
summary:

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

files:
M Doc/library/datetime.rst

diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 4daf5df0efb11..800361c54ba71 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