* wrap/python/spot.py: Typo.
This commit is contained in:
parent
1f7c374798
commit
b6762b7dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ def translate(formula, output='tgba', pref='small', level='high',
|
||||||
level_ = level.lower()
|
level_ = level.lower()
|
||||||
if level_ == 'high':
|
if level_ == 'high':
|
||||||
level = postprocessor.High
|
level = postprocessor.High
|
||||||
elif level_.starswith('med'):
|
elif level_.startswith('med'):
|
||||||
level = postprocessor.Medium
|
level = postprocessor.Medium
|
||||||
elif level_ == 'low':
|
elif level_ == 'low':
|
||||||
level = postprocessor.Low
|
level = postprocessor.Low
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue