trivial: tiny update to in-line comment

(I'm actually committing this patch as a test of the new eager-annotation-computation of trac-darcs.)
This commit is contained in:
Zooko O'Whielacronx 2010-06-13 21:57:15 -07:00
parent 0dd5f637fe
commit ab80719198

View 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):