Skip to content

Commit f03348d

Browse files
committed
Update one-edit-distance.py
1 parent 8ab534a commit f03348d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Python/one-edit-distance.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def isOneEditDistance(self, s, t):
2626
i += 1
2727

2828
return i == m
29-
29+
30+
3031
if __name__ == "__main__":
3132
print Solution().isOneEditDistance("teacher", "acher")

0 commit comments

Comments
 (0)