]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Reword aware/naive introduction sentence (GH-20175)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 May 2020 21:43:51 +0000 (14:43 -0700)
committerGitHub <noreply@github.com>
Fri, 22 May 2020 21:43:51 +0000 (14:43 -0700)
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@doctolib.com>
Doc/library/datetime.rst

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