]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: tiny update to in-line comment
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 14 Jun 2010 04:57:15 +0000 (21:57 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 14 Jun 2010 04:57:15 +0000 (21:57 -0700)
(I'm actually committing this patch as a test of the new eager-annotation-computation of trac-darcs.)

src/allmydata/dirnode.py

index a8a8d44d241e47333147773a682af4fa00fc092e..56fd56b2762815ba9d96fcff06c27b89cb94d6bd 100644 (file)
@@ -367,7 +367,7 @@ class DirectoryNode:
         return children
 
     def _pack_contents(self, children):
-        # expects children in the same format as _unpack_contents
+        # expects children in the same format as _unpack_contents returns
         return _pack_normalized_children(self._node, children)
 
     def is_readonly(self):