From 94ab90273dbe3a1d3426ce64f3817ea453431079 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 22 Jan 2009 21:39:50 -0700 Subject: [PATCH] dirnode.deep_traverse: fix docstring to describe the correct return value --- src/allmydata/dirnode.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.45.2