Doc updated accordingly

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@23 014f5005-505e-4b48-8d0a-63407b615a7c
master
LtWorf 2008-07-22 15:00:23 +07:00
parent a99aef8c7b
commit 582eb25df9
1 changed files with 1 additions and 2 deletions

@ -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