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
b6762b7d
Commit
b6762b7d
authored
Mar 16, 2015
by
Alexandre Duret-Lutz
Browse files
* wrap/python/spot.py: Typo.
parent
1f7c3747
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrap/python/spot.py
View file @
b6762b7d
...
...
@@ -132,7 +132,7 @@ def translate(formula, output='tgba', pref='small', level='high',
level_
=
level
.
lower
()
if
level_
==
'high'
:
level
=
postprocessor
.
High
elif
level_
.
starswith
(
'med'
):
elif
level_
.
star
t
swith
(
'med'
):
level
=
postprocessor
.
Medium
elif
level_
==
'low'
:
level
=
postprocessor
.
Low
...
...
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