From: Mathieu Dupuy Date: Thu, 21 May 2020 20:26:27 +0000 (+0000) Subject: Reword aware/naive introduction sentence (GH-20175) X-Git-Tag: v3.10.0a1~867 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e76820a50b8ce2a9a5f6cdef6cef1859a89c460;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 800361c54ba7..508bc88e7f4b 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,