From bcc45c81a51ab504bfdda6ba6fc43d45579423fc Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Mon, 18 May 2020 14:14:08 +0200 Subject: [PATCH 1/2] Revert "Doc: move a dot outside double quotes (GH-20007)" This reverts commit 4eba67783eb2084b2dad875ed1cbffdaf8a9202e. --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 800361c54ba717..4daf5df0efb11a 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, From a983ffdf859b3fd2a148fb45b6541b3d8ddc7b2b Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Thu, 21 May 2020 17:39:50 +0200 Subject: [PATCH 2/2] reword the sentence to remove punctuation ambiguity --- Doc/library/datetime.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 4daf5df0efb11a..508bc88e7f4b8a 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,