Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
e5aebfd5
Commit
e5aebfd5
authored
Oct 01, 2015
by
Alexandre Duret-Lutz
Browse files
* wrap/python/ajax/spotcgi.in: Fix typo.
parent
c43245e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrap/python/ajax/spotcgi.in
View file @
e5aebfd5
...
...
@@ -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_t
rue
():
if
acc
.
is_t
t
():
unbufprint
(
" (all cycles are accepting)"
)
unbufprint
(
"</p>
\n
"
)
# Decide whether we will render the automaton or not.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment