diff --git a/questions.py b/questions.py index 3a29253..fed4105 100644 --- a/questions.py +++ b/questions.py @@ -277,7 +277,7 @@ class QuestionNumericInterval(Question): # answer = locale.atof(self['answer']) except ValueError: - self['comments'] = '\n'.join(['A resposta não é numérica.', self['comments']]) + self['comments'] = '\n\n'.join(['A resposta dada não é numérica.', self['comments']]) self['grade'] = 0.0 else: self['grade'] = 1.0 if lower <= answer <= upper else 0.0 -- libgit2 0.21.2