dirnode.deep_traverse: fix docstring to describe the correct return value

This commit is contained in:
Brian Warner 2009-01-22 21:39:50 -07:00
parent d8b3505cf5
commit 94ab90273d

View File

@ -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