[Python-checkins] Reword aware/naive introduction sentence (GH-20175)

Miss Islington (bot) webhook-mailer at python.org
Fri May 22 17:43:59 EDT 2020


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

Reword aware/naive introduction sentence (GH-20175)


This is more informative and avoids the question of whether the period should go inside or outside the quotation marks.

See also GH-20007.
(cherry picked from commit 2e76820a50b8ce2a9a5f6cdef6cef1859a89c460)

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 577cc0e1c1f4b..b733c4406af71 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -35,7 +35,8 @@ 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" depending on
+whether or not they include timezone information.
 
 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