[Zodb-checkins] CVS: ZODB3/ZODB - Transaction.py:1.43

Jeremy Hylton jeremy@zope.com
Mon, 2 Dec 2002 17:21:54 -0500


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv17042

Modified Files:
	Transaction.py 
Log Message:
Don't backslash the quote.


=== ZODB3/ZODB/Transaction.py 1.42 => 1.43 ===
--- ZODB3/ZODB/Transaction.py:1.42	Mon Dec  2 17:21:16 2002
+++ ZODB3/ZODB/Transaction.py	Mon Dec  2 17:21:53 2002
@@ -97,7 +97,7 @@
     def abort(self, subtransaction=0, freeme=1):
         """Abort the transaction.
 
-        This is called from the application.  This means that we haven\'t
+        This is called from the application.  This means that we haven't
         entered two-phase commit yet, so no tpc_ messages are sent.
         """
         if subtransaction and (self._non_st_objects is not None):