[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/testBaseTestCase.py Minor typo.

Stefan H. Holek stefan at epy.co.at
Mon Oct 4 11:24:15 EDT 2004


Log message for revision 27735:
  Minor typo.
  


Changed:
  U   Zope/trunk/lib/python/Testing/ZopeTestCase/testBaseTestCase.py


-=-
Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/testBaseTestCase.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/testBaseTestCase.py	2004-10-01 20:52:39 UTC (rev 27734)
+++ Zope/trunk/lib/python/Testing/ZopeTestCase/testBaseTestCase.py	2004-10-04 15:24:14 UTC (rev 27735)
@@ -134,7 +134,7 @@
         self.assertEqual(getSecurityManager().getUser().getUserName(), 'Anonymous User')
 
     def getObjectsInTransaction(self):
-        # Let's us spy into the transaction
+        # Lets us spy into the transaction
         t = get_transaction()
         if hasattr(t, '_objects'):      # Zope < 2.8
             return t._objects



More information about the Zope-Checkins mailing list