mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
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:
@ -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):
|
||||
|
Reference in New Issue
Block a user