From: Zooko O'Whielacronx Date: Mon, 14 Jun 2010 04:57:15 +0000 (-0700) Subject: trivial: tiny update to in-line comment X-Git-Url: https://git.rkrishnan.org/listings/pb1server.py?a=commitdiff_plain;h=ab8071919873ccfa9e23147d1a7e05d4a35aa580;p=tahoe-lafs%2Ftahoe-lafs.git 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.) --- 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):