[Python-checkins] cpython (2.7): Remove patch artifacts.

georg.brandl python-checkins at python.org
Tue Aug 21 19:44:07 CEST 2012


http://hg.python.org/cpython/rev/c1c45755397b
changeset:   78698:c1c45755397b
branch:      2.7
parent:      78682:20985f52b65e
user:        Georg Brandl <georg at python.org>
date:        Tue Aug 21 19:44:00 2012 +0200
summary:
  Remove patch artifacts.

files:
  Doc/library/datetime.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -25,8 +25,8 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list