changeset 25:e3be27f5bcf5 trunk

Oops. Fix typo in [25].
author cmlenz
date Mon, 26 Jun 2006 17:54:47 +0000
parents 5a4d45703319
children 3c1a022be04c
files markup/path.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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:
Copyright (C) 2012-2017 Edgewall Software