]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces.py: minor improvement to IDirectoryNode.set_node
authorBrian Warner <warner@allmydata.com>
Tue, 9 Sep 2008 23:34:16 +0000 (16:34 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 9 Sep 2008 23:34:16 +0000 (16:34 -0700)
src/allmydata/interfaces.py

index e37f0b3a70c7df56afc865ea292c7ab8e9885c92..9067694896fce3ac9660f51db82dbdb6c5aceb2a 100644 (file)
@@ -735,7 +735,8 @@ class IDirectoryNode(IMutableFilesystemNode):
         """I add a child at the specific name. I return a Deferred that fires
         when the operation finishes. This Deferred will fire with the child
         node that was just added. I will replace any existing child of the
-        same name. The child name must be a unicode string.
+        same name. The child name must be a unicode string. The 'child'
+        instance must be an instance providing IDirectoryNode or IFileNode.
 
         If metadata= is provided, I will use it as the metadata for the named
         edge. This will replace any existing metadata. If metadata= is left