Change function documentation

This commit is contained in:
flying-scorpio 2019-12-03 21:28:37 +01:00
parent 6d27d12156
commit 4160361b6c

View file

@ -341,9 +341,9 @@ class Board:
the number is in the square's values but not in the values of the rest the number is in the square's values but not in the values of the rest
of the squares in the line then the square should take that number. of the squares in the line then the square should take that number.
Go through each column. For each square, go through numbers 1 to 9. If Do the same for each column.
the number is in the square's values but not in the values of the rest
of the squares in the column then the square should take that number. Do the same for each grid.
This method should be run after compute_possible_values to update each This method should be run after compute_possible_values to update each
square's values. square's values.