Skip to content

Commit 65b0ccb

Browse files
Merge pull request #6 from lambda-feedback/tr-40
Fixed typo
2 parents 975f155 + 043b679 commit 65b0ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def evaluation_function(response, answer, params):
9292

9393
onedim_format = lambda x: "Entry "+str(x[1][0])
9494
table_format = lambda x: "Entry on row "+str(x[1][0])+", column "+str(x[1][1])
95-
general_format = lambda x: "Entry ("+"".join([str(i) for i in x[1][0:-1])+","])+str(x[1][-1])+")"
95+
general_format = lambda x: "Entry ("+"".join([str(i) for i in x[1][0:-1]+","])+str(x[1][-1])+")"
9696

9797
feedback_format = general_format
9898

0 commit comments

Comments
 (0)