X-Git-Url: http://git.veekun.com/pseudoku.git/blobdiff_plain/5f305518adfcb89e940eac9073a337054d8c695c..aadaa02e9ea8442b6cf2c816c17ab3605838b2a4:/pseudoku/grid/cell.py diff --git a/pseudoku/grid/cell.py b/pseudoku/grid/cell.py index 66eb446..dd839c2 100644 --- a/pseudoku/grid/cell.py +++ b/pseudoku/grid/cell.py @@ -47,8 +47,8 @@ class Cell(object): def normalize(self): - """Checks to see if this cell has only one possible value left. If - so, sets that as its value and eliminates it from every related cell. + """If this cell has been solved, eliminates its value as a candidate + from every other cell in every group it's in. This method is exhaustive; repeated calls should have no effect. Returns the number of cell changes.