We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a8c25 commit 477c326Copy full SHA for 477c326
datajoint/diagram.py
@@ -62,7 +62,7 @@ class Diagram(nx.DiGraph):
62
63
diag1 + diag2 - combines the two diagrams.
64
diag1 - diag2 - difference between diagrams
65
- diag1 * diag2 - intersction of diagrams
+ diag1 * diag2 - intersection of diagrams
66
diag + n - expands n levels of successors
67
diag - n - expands n levels of predecessors
68
Thus dj.Diagram(schema.Table)+1-1 defines the diagram of immediate ancestors and descendants of schema.Table
0 commit comments