From: Mathieu Dupuy Date: Sun, 17 May 2020 21:24:59 +0000 (+0000) Subject: Doc: move a dot outside double quotes (GH-20007) X-Git-Tag: v3.9.0b1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eba67783eb2084b2dad875ed1cbffdaf8a9202e;p=thirdparty%2FPython%2Fcpython.git Doc: move a dot outside double quotes (GH-20007) --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 4daf5df0efb1..800361c54ba7 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,