From 582eb25df9fe92e7d9308e32681b46f5ef09d1aa Mon Sep 17 00:00:00 2001 From: LtWorf Date: Tue, 22 Jul 2008 15:00:23 +0000 Subject: [PATCH] Doc updated accordingly git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@23 014f5005-505e-4b48-8d0a-63407b615a7c --- parser.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parser.py b/parser.py index 36b2088..75e0000 100644 --- a/parser.py +++ b/parser.py @@ -34,8 +34,7 @@ def parse(expr): Since a*b is a relation itself, you can parse π a,b (a*b). And since π a,b (A) is a relation, you can parse π a,b (A) ᑌ B. - You can't use parenthesis to change priority: a ᐅᐊ (q ᑌ d) - must be written as q ᑌ d ᐅᐊ a + You can use parenthesis to change priority: a ᐅᐊ (q ᑌ d). IMPORTANT: The encoding used by this module is UTF-8