comment fix

This commit is contained in:
Alexander Kryklia
2013-01-04 13:17:23 +02:00
parent 4c23860e0f
commit 933f94a514

View File

@@ -132,7 +132,7 @@ class DragAndDrop(object):
return False
# Check that in every group, for rule of that group, user positions of
#every element are equal with correct positions
# every element are equal with correct positions
for groupname in self.correct_groups:
rules_executed = 0
for rule in ('exact', 'anyof'): # every group has only one rule