Skip to content

Commit 69a8c25

Browse files
Update datajoint/diagram.py
Co-authored-by: Ethan Ho <[email protected]>
1 parent 76d40ae commit 69a8c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/diagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Diagram(nx.DiGraph):
6161
draws the diagram using pyplot
6262
6363
diag1 + diag2 - combines the two diagrams.
64-
diag1 - diag2 - differente between diagrams
64+
diag1 - diag2 - difference between diagrams
6565
diag1 * diag2 - intersction of diagrams
6666
diag + n - expands n levels of successors
6767
diag - n - expands n levels of predecessors

0 commit comments

Comments
 (0)