Skip to content

Commit 66240fb

Browse files
committed
missed a save
1 parent a5bc581 commit 66240fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

textstat/textstat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ def text_standard(self, text, float_output=None):
354354
lower_score = int(score) - 1
355355
upper_score = lower_score + 1
356356
return "{}{} and {}{} grade".format(
357-
str(lower_score), get_grade_suffix(lower_score),
358-
str(upper_score), get_grade_suffix(upper_score)
357+
lower_score, get_grade_suffix(lower_score),
358+
upper_score, get_grade_suffix(upper_score)
359359
)
360360

361361

0 commit comments

Comments
 (0)