Commit 923ab467 authored by Andreas Jung's avatar Andreas Jung

an intersection is not a union

parent 3012dbf2
...@@ -207,7 +207,7 @@ class IMerge(Interface.Base): ...@@ -207,7 +207,7 @@ class IMerge(Interface.Base):
""" """
def intersection(c1, c2): def intersection(c1, c2):
"""Compute the Union of c1 and c2. """Compute the intersection of c1 and c2.
If c1 is None, then c2 is returned, otherwise, if c2 is None, If c1 is None, then c2 is returned, otherwise, if c2 is None,
then c1 is returned. then c1 is returned.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment