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 b416d67 commit 4c95bb0Copy full SHA for 4c95bb0
README.md
@@ -13,7 +13,7 @@ B.load()
13
14
# Show the difference between both systems, that is, what would change if we applied changes from System B to System A
15
diff_a_b = A.diff_from(B)
16
-print(diff.str())
+print(diff_a_b.str())
17
18
# Update System A to align with the current status of system B
19
A.sync_from(B)
0 commit comments