diff options
Diffstat (limited to 'prolog/problems/lists/permute_2')
-rw-r--r-- | prolog/problems/lists/permute_2/en.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/prolog/problems/lists/permute_2/en.py b/prolog/problems/lists/permute_2/en.py index 64203f4..ba20d67 100644 --- a/prolog/problems/lists/permute_2/en.py +++ b/prolog/problems/lists/permute_2/en.py @@ -81,8 +81,7 @@ or is it perhaps misspelled?</p> 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 an empty list <code>[]</code> is equal to a list with -exactly three elements <code>[A,B,C]</code>, -or something similarly impossible).</p> +exactly three elements <code>[A,B,C]</code>, or something similarly impossible).</p> ''', 'timeout': '''\ |