Skip to content

Commit

Permalink
Removendo: comentário
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus committed Mar 2, 2013
1 parent 7171e90 commit e009df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servidor-operacoes2/operacoes2.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def soma(self, x, y):
def levenshtein(self, a, b):
n, m = len(a), len(b)
if n > m:
# Make sure n <= m, to use O(min(n,m)) space
a,b = b,a
n,m = m,n

Expand Down

0 comments on commit e009df8

Please sign in to comment.