mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
dirnode.deep_traverse: fix docstring to describe the correct return value
This commit is contained in:
parent
d8b3505cf5
commit
94ab90273d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user