X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Futils%2Fleven.py;h=9f6eadb17eb8dd8a43a6d864f7c5ef4c9d91c12c;hb=b8d6a5b81d3ffd38943862d235142821899abb34;hp=9b269df4357bc8db740a1f4777646e697a0966ab;hpb=24993cd99b847733894f57fd004ed52b5390244a;p=mpd-sima.git diff --git a/sima/utils/leven.py b/sima/utils/leven.py index 9b269df..9f6eadb 100644 --- a/sima/utils/leven.py +++ b/sima/utils/leven.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2009, 2010, 2013 Jack Kaliko +# Copyright (c) 2009, 2010, 2013 kaliko # # This file is part of sima # @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with sima. If not, see . # -# +"""Computes levenshtein distance/ratio""" def levenshtein(a_st, b_st): """Computes the Levenshtein distance between two strings."""