Skip to content

Commit 4c95bb0

Browse files
authored
Fix typo readme
1 parent b416d67 commit 4c95bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ B.load()
1313

1414
# Show the difference between both systems, that is, what would change if we applied changes from System B to System A
1515
diff_a_b = A.diff_from(B)
16-
print(diff.str())
16+
print(diff_a_b.str())
1717

1818
# Update System A to align with the current status of system B
1919
A.sync_from(B)

0 commit comments

Comments
 (0)