From: Brian Warner Date: Fri, 23 Jan 2009 04:39:50 +0000 (-0700) Subject: dirnode.deep_traverse: fix docstring to describe the correct return value X-Git-Tag: allmydata-tahoe-1.3.0~158 X-Git-Url: https://git.rkrishnan.org/provisioning?a=commitdiff_plain;h=94ab90273dbe3a1d3426ce64f3817ea453431079;p=tahoe-lafs%2Ftahoe-lafs.git dirnode.deep_traverse: fix docstring to describe the correct return value --- diff --git a/src/allmydata/dirnode.py b/src/allmydata/dirnode.py index 375af2a5..3dde57a8 100644 --- a/src/allmydata/dirnode.py +++ b/src/allmydata/dirnode.py @@ -477,7 +477,8 @@ class NewDirectoryNode: directory structure, this may appear to under-count or miss some of them. - I return a Deferred that will fire with the value of walker.finish(). + I return a Monitor which can be used to wait for the operation to + finish, learn about its progress, or cancel the operation. """ # this is just a tree-walker, except that following each edge