# HG changeset patch # User cmlenz # Date 1151344487 0 # Node ID e3be27f5bcf5f1ec07c5e634b13e3c234c23a921 # Parent 5a4d4570331996b9c13cf7077c81106acb35e67a 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: