From 2e900dd0317299294f4cb27213be6f5b36d4b8b8 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 13 Jan 2016 16:35:48 +0100 Subject: Use argument mode indicators in Prolog problem descriptions --- prolog/problems/family_relations/brother_2/en.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prolog/problems/family_relations/brother_2/en.py') diff --git a/prolog/problems/family_relations/brother_2/en.py b/prolog/problems/family_relations/brother_2/en.py index a461ba8..b159446 100644 --- a/prolog/problems/family_relations/brother_2/en.py +++ b/prolog/problems/family_relations/brother_2/en.py @@ -4,7 +4,7 @@ name = 'brother/2' slug = 'the brother relation' description = '''\ -

brother(X, Y): X is a brother of Y.

+

brother(?X, ?Y): X is a brother of Y.

 ?- brother(jeffrey, X).
   X = william ;
-- 
cgit v1.2.1