From ab8071919873ccfa9e23147d1a7e05d4a35aa580 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Sun, 13 Jun 2010 21:57:15 -0700 Subject: [PATCH] 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.) --- src/allmydata/dirnode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/dirnode.py b/src/allmydata/dirnode.py index a8a8d44d..56fd56b2 100644 --- a/src/allmydata/dirnode.py +++ b/src/allmydata/dirnode.py @@ -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): -- 2.45.2