changeset 223:861105f3afe3

Fix typo introduced in [272].
author cmlenz
date Wed, 06 Sep 2006 11:35:29 +0000
parents 37b56b48a00e
children e4dad1145f84
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