changeset 223:9c199fcb9f31 trunk

Fix typo introduced in [272].
author cmlenz
date Wed, 06 Sep 2006 11:35:29 +0000
parents 71741151e42b
children 90d62225f411
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
@@ -152,7 +152,7 @@
                 if kind is END:
                     if stack: stack.pop()
                     continue
-                elif kind in START:
+                elif kind is START:
                     stack.append(stack and stack[-1] or 0)
                 elif not stack:
                     continue
Copyright (C) 2012-2017 Edgewall Software