From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 17 May 2020 21:32:43 +0000 (-0700) Subject: Doc: move a dot outside double quotes (GH-20007) X-Git-Tag: v3.8.4rc1~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1e23f3c321facdbcc1ffe6e2914d21038a12b36;p=thirdparty%2FPython%2Fcpython.git Doc: move a dot outside double quotes (GH-20007) (cherry picked from commit 4eba67783eb2084b2dad875ed1cbffdaf8a9202e) Co-authored-by: Mathieu Dupuy --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 29c6b5a4736c..577cc0e1c1f4 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,