Commit 5a63c8de authored by Barry Warsaw's avatar Barry Warsaw

walk(): Fix docstring; traversal is depth-first. Closes mimelib bug

#477864.
parent 8ab72fc3
......@@ -423,7 +423,7 @@ class Message:
def walk(self):
"""Walk over the message tree, yielding each subpart.
The walk is performed in breadth-first order. This method is a
The walk is performed in depth-first order. This method is a
generator.
"""
yield self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment