* wrap/python/ajax/spotcgi.in: Fix typo.

This commit is contained in:
Alexandre Duret-Lutz 2015-10-01 11:36:15 +02:00
parent c43245e778
commit e5aebfd59c

View file

@ -366,7 +366,7 @@ def print_stats(automaton, detinfo = False, ta = False):
unbufprint(", acceptance condition: Büchi")
else:
unbufprint(", acceptance condition: " + str(acc))
if acc.is_true():
if acc.is_tt():
unbufprint(" (all cycles are accepting)")
unbufprint("</p>\n")
# Decide whether we will render the automaton or not.