Skip to content

Commit e9bc79c

Browse files
authored
Merge pull request #63 from networktocode/Fix-typo-in-readme-example
Fix typo readme
2 parents b416d67 + 4c95bb0 commit e9bc79c

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)