diff options
| author | Mattias Andrée <maandree@operamail.com> | 2012-12-23 06:01:27 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2012-12-23 06:01:27 +0100 |
| commit | ce378669a46956b7cd71f3f5d305728c22a05952 (patch) | |
| tree | 7766448aece00461d76194beb2df963df32f4c67 | |
| parent | typo (diff) | |
| download | sets-ce378669a46956b7cd71f3f5d305728c22a05952.tar.gz sets-ce378669a46956b7cd71f3f5d305728c22a05952.tar.bz2 sets-ce378669a46956b7cd71f3f5d305728c22a05952.tar.xz | |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | sets.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
