diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-11 10:59:27 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-11 10:59:27 +0200 |
commit | e77850d687754750ab9e9f2aa8113eb9d7a73fd6 (patch) | |
tree | 788fc27dc694aed7daa7ad5d6aa8a9d678462c7f /prolog/problems/family_relations/brother_2 | |
parent | 1b64321fda0bbf1f5a678671c1344eb2b87b5c74 (diff) |
s/hint_defs/hint_type/g
Diffstat (limited to 'prolog/problems/family_relations/brother_2')
-rw-r--r-- | prolog/problems/family_relations/brother_2/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/problems/family_relations/brother_2/common.py b/prolog/problems/family_relations/brother_2/common.py index f2bfa15..4c8a4f3 100644 --- a/prolog/problems/family_relations/brother_2/common.py +++ b/prolog/problems/family_relations/brother_2/common.py @@ -20,7 +20,7 @@ brother(X, Y) :- X \== Y. ''' -hint_defs = { +hint_typs = { 'general_hint': HintSequence('general_hint', 3), 'x_must_be_male': Hint('x_must_be_male'), 'common_parent_needed': Hint('common_parent_needed'), |