* wrap/python/spot.py: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2015-03-16 16:41:31 +01:00
parent 1f7c374798
commit b6762b7dc9

View file

@ -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