diff options
author | Aleksander Sadikov <aleksander.sadikov@fri.uni-lj.si> | 2016-02-29 03:24:17 +0100 |
---|---|---|
committer | Aleksander Sadikov <aleksander.sadikov@fri.uni-lj.si> | 2016-02-29 03:24:17 +0100 |
commit | e756acb31c54558ee16a0bbcda13f991b7d4f714 (patch) | |
tree | 9878d7e1236d9eb8f077c9517bb9165a7a43df90 /prolog/problems | |
parent | 4a27f44f48c8d9b0cc7e58215bdd563faea3e748 (diff) |
General hint for noncapitalised variables added.
Diffstat (limited to 'prolog/problems')
-rw-r--r-- | prolog/problems/family_relations/grandparent_2/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/problems/family_relations/grandparent_2/common.py b/prolog/problems/family_relations/grandparent_2/common.py index 1cfdfe8..1665c18 100644 --- a/prolog/problems/family_relations/grandparent_2/common.py +++ b/prolog/problems/family_relations/grandparent_2/common.py @@ -139,5 +139,5 @@ def hint(code, aux_code): # 1o can we make predicate_always_false a ghint? # with this in mind: how can we supply/know the correct target name and arity? # 2x popraviti je potrebno spremni tekst glede na novo lokacijo gumba Namig -# 3 what's the name of \= token? And what of =\= token? +# 3x what's the name of \= token? And what of =\= token? # 4 final hint! This very much improves the user experience, adds knowledge, therefore needs to be implemented now! |