summaryrefslogtreecommitdiff
path: root/tree.py
diff options
context:
space:
mode:
authorludal <ludal@logilab.fr>2007-08-16 15:18:42 +0200
committerludal <ludal@logilab.fr>2007-08-16 15:18:42 +0200
commit52246b9ade36752fefebfdcbc1d957a1c3b15b64 (patch)
tree528ca33ad702137bc0d87f0b37fac46da7c9a41d /tree.py
parentbb20c17c989fa99f267eed5a6f0d4095c0c02b28 (diff)
downloadlogilab-common-52246b9ade36752fefebfdcbc1d957a1c3b15b64.tar.gz
cleanup
Diffstat (limited to 'tree.py')
-rw-r--r--tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree.py b/tree.py
index 551c2d2..fa168ef 100644
--- a/tree.py
+++ b/tree.py
@@ -322,7 +322,7 @@ def post_order_list(node, filter_func=no_filter):
return l
def pre_order_list(node, filter_func=no_filter):
- """
+ """
create a list with tree nodes for which the <filter> function returned true
in a pre order fashion
"""