Skip to content

Commit 3102958

Browse files
Merge branch 'datajoint:master' into logger
2 parents c650765 + 285605d commit 3102958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datajoint/diagram.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class Diagram(nx.DiGraph):
6161
draws the diagram using pyplot
6262
6363
diag1 + diag2 - combines the two diagrams.
64-
diag1 - diag2 - differente between diagrams
65-
diag1 * diag2 - intersction of diagrams
64+
diag1 - diag2 - difference between diagrams
65+
diag1 * diag2 - intersection of diagrams
6666
diag + n - expands n levels of successors
6767
diag - n - expands n levels of predecessors
6868
Thus dj.Diagram(schema.Table)+1-1 defines the diagram of immediate ancestors and descendants of schema.Table

0 commit comments

Comments
 (0)