[Zodb-checkins] CVS: Packages/StorageGC - CyclicGC.py:1.10

tim@digicool.com tim@digicool.com
Sun, 22 Apr 2001 01:50:17 -0400 (EDT)


Update of /cvs-repository/Packages/StorageGC
In directory korak:/tmp/cvs-serv32449

Modified Files:
	CyclicGC.py 
Log Message:
Docstring grammar repair.



--- Updated File CyclicGC.py in package Packages/StorageGC --
--- CyclicGC.py	2001/04/22 05:29:26	1.9
+++ CyclicGC.py	2001/04/22 05:50:16	1.10
@@ -290,11 +290,11 @@
         return d
 
     def _build_transitive_closure(self):
-        """Build transitive closure; adjust internal refcounts
+        """Build transitive closure; adjust internal refcounts.
 
         At the end, the ADJRC refcounts are the storage's refcounts, but
-        decremented as if the intra-closure references exist, where an
-        "intra-closure reference" is a reference both from and to objects
+        decremented as if the intra-closure references didn't exist, where
+        an "intra-closure reference" is a reference both from and to objects
         in the transitive closure.
         """