Skip to content

Commit e009df8

Browse files
committed
Removendo: comentário
1 parent 7171e90 commit e009df8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

servidor-operacoes2/operacoes2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def soma(self, x, y):
4242
def levenshtein(self, a, b):
4343
n, m = len(a), len(b)
4444
if n > m:
45-
# Make sure n <= m, to use O(min(n,m)) space
4645
a,b = b,a
4746
n,m = m,n
4847

0 commit comments

Comments
 (0)