diff options
author | Aleksander Sadikov <aleksander.sadikov@fri.uni-lj.si> | 2016-08-09 16:32:15 +0200 |
---|---|---|
committer | Aleksander Sadikov <aleksander.sadikov@fri.uni-lj.si> | 2016-08-09 16:32:15 +0200 |
commit | eca7d4651ea9e16e8a92520bad7d00fccef867bc (patch) | |
tree | d30dab359d7c68385915a948761944eb7996dbe2 /prolog/problems/family_relations/ancestor_2 | |
parent | a30f8224b0da43b17d19acba896182418caf979b (diff) |
English translation for descendant/2 added.
Diffstat (limited to 'prolog/problems/family_relations/ancestor_2')
-rw-r--r-- | prolog/problems/family_relations/ancestor_2/en.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/prolog/problems/family_relations/ancestor_2/en.py b/prolog/problems/family_relations/ancestor_2/en.py index cec2a29..322ab92 100644 --- a/prolog/problems/family_relations/ancestor_2/en.py +++ b/prolog/problems/family_relations/ancestor_2/en.py @@ -77,12 +77,13 @@ e.g. grandgrandparents or grandgrandgrandparents are also ancestors.</p> ''', 'predicate_always_false': '''\ -<p>It seems your predicate is <emph>always</emph> "false". Did you give it the correct name, or is it perhaps misspelled?</p> +<p>It seems your predicate is <emph>always</emph> "false". Did you give it the correct name, +or is it perhaps misspelled?</p> <p>If the name is correct, check whether something else is misspelled, perhaps there is a full stop instead of a comma or vice versa, or maybe you typed a variable name in lowercase?</p> <p>It is, of course, also possible that your conditions are too restrictive, or even impossible to satisfy -(as would be, for example, the condition that <code>X</code> is both parent and a sister of <code>Y</code>, or -something similar).</p> +(as would be, for example, the condition that <code>X</code> is both a parent and a sister of <code>Y</code>, or +something similarly impossible).</p> ''', 'timeout': '''\ |