# HG changeset patch # User cmlenz # Date 1151344487 0 # Node ID c4201b794ab0b364040b254a44bc45513d3b318b # Parent 547e36f7ec94c4266e9593507a327a2d6f506d26 Oops. Fix typo in [25]. diff --git a/markup/path.py b/markup/path.py --- a/markup/path.py +++ b/markup/path.py @@ -221,7 +221,7 @@ # back to the last closure and retest that against the current # element closures = [step for step in self.steps[:stack[-1]] if step[0]] - closures.reverse() + closures.reverse() for closure, node_test, predicates in closures: stack[-1] -= 1 if closure: