* wrap/python/ajax/spotcgi.in: Fix typo.
This commit is contained in:
parent
c43245e778
commit
e5aebfd59c
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ def print_stats(automaton, detinfo = False, ta = False):
|
||||||
unbufprint(", acceptance condition: Büchi")
|
unbufprint(", acceptance condition: Büchi")
|
||||||
else:
|
else:
|
||||||
unbufprint(", acceptance condition: " + str(acc))
|
unbufprint(", acceptance condition: " + str(acc))
|
||||||
if acc.is_true():
|
if acc.is_tt():
|
||||||
unbufprint(" (all cycles are accepting)")
|
unbufprint(" (all cycles are accepting)")
|
||||||
unbufprint("</p>\n")
|
unbufprint("</p>\n")
|
||||||
# Decide whether we will render the automaton or not.
|
# Decide whether we will render the automaton or not.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue