From: Georg Brandl Date: Tue, 21 Aug 2012 17:44:00 +0000 (+0200) Subject: Remove patch artifacts. X-Git-Tag: v2.7.4rc1~619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e565cf805d2afc8aa0f482161faf3c54ec0eb6ee;p=thirdparty%2FPython%2Fcpython.git Remove patch artifacts. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 2fedef9efa6f..50b488b7cdac 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -25,8 +25,8 @@ information, to locate itself relative to other aware objects. An aware object is used to represent a specific moment in time that is not open to interpretation [#]_. -+A naive object does not contain enough information to unambiguously locate -+itself relative to other date/time objects. Whether a naive object represents +A naive object does not contain enough information to unambiguously locate +itself relative to other date/time objects. Whether a naive object represents Coordinated Universal Time (UTC), local time, or time in some other timezone is purely up to the program, just like it's up to the program whether a particular number represents metres, miles, or mass. Naive objects are easy to understand