aboutsummaryrefslogtreecommitdiffstats
path: root/sets.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-12-23 06:01:27 +0100
committerMattias Andrée <maandree@operamail.com>2012-12-23 06:01:27 +0100
commitce378669a46956b7cd71f3f5d305728c22a05952 (patch)
tree7766448aece00461d76194beb2df963df32f4c67 /sets.py
parenttypo (diff)
downloadsets-ce378669a46956b7cd71f3f5d305728c22a05952.tar.gz
sets-ce378669a46956b7cd71f3f5d305728c22a05952.tar.bz2
sets-ce378669a46956b7cd71f3f5d305728c22a05952.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'sets.py')
-rw-r--r--sets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sets.py b/sets.py
index 5171076..0f9e57f 100644
--- a/sets.py
+++ b/sets.py
@@ -117,7 +117,7 @@ formula = formula.replace(']sets[', '')
rc = eval(formula)
if rc.inv:
- rc = U - rc
+ rc = U - ~rc
for e in rc.elems:
print(e)