[Checkins] SVN: zope.app.container/trunk/src/zope/app/container/tests/test_btree.py add missing spaces for readability

Fred L. Drake, Jr. fdrake at gmail.com
Tue Apr 15 20:29:14 EDT 2008


Log message for revision 85391:
  add missing spaces for readability
  

Changed:
  U   zope.app.container/trunk/src/zope/app/container/tests/test_btree.py

-=-
Modified: zope.app.container/trunk/src/zope/app/container/tests/test_btree.py
===================================================================
--- zope.app.container/trunk/src/zope/app/container/tests/test_btree.py	2008-04-15 21:26:35 UTC (rev 85390)
+++ zope.app.container/trunk/src/zope/app/container/tests/test_btree.py	2008-04-16 00:29:07 UTC (rev 85391)
@@ -29,9 +29,9 @@
 class TestBTreeLength(TestCase):
 
     def testStoredLength(self):
-        #This is lazy for backward compatibility. If the len is not
-        #stored already we set it to the length of the underlying
-        #btree.
+        # This is lazy for backward compatibility.  If the len is not
+        # stored already we set it to the length of the underlying
+        # btree.
         bc = BTreeContainer()
         self.assertEqual(bc.__dict__['_BTreeContainer__len'](), 0)
         del bc.__dict__['_BTreeContainer__len']



More information about the Checkins mailing list