]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/leven.py
Update dead http link
[mpd-sima.git] / sima / utils / leven.py
index adc48f78a39a4a2d82763d30d1183390f0e764cf..9f6eadb17eb8dd8a43a6d864f7c5ef4c9d91c12c 100644 (file)
@@ -1,6 +1,5 @@
 # -*- coding: utf-8 -*-
-
-# Copyright (c) 2009, 2010, 2013 Jack Kaliko <kaliko@azylum.org>
+# Copyright (c) 2009, 2010, 2013 kaliko <kaliko@azylum.org>
 #
 #  This file is part of sima
 #
@@ -17,7 +16,7 @@
 #  You should have received a copy of the GNU General Public License
 #  along with sima.  If not, see <http://www.gnu.org/licenses/>.
 #
-#
+"""Computes levenshtein distance/ratio"""
 
 def levenshtein(a_st, b_st):
     """Computes the Levenshtein distance between two strings."""