Skip to content

Commit 8111f41

Browse files
resolved spelling of a variable
1 parent 1d0fa76 commit 8111f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/extendedsudokusolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __str__(self):
189189
if len(row_values)!=box_size**2:
190190
print(f"Row length should be {box_size**2}")
191191
continue
192-
quesiton_grid.append(row_values)
192+
question_grid.append(row_values)
193193
i+=1
194194
else:
195195
box_size = 3

0 commit comments

Comments
 (0)