X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Futils%2Fleven.py;h=ab6fc35acac6e3864ea64426a4ab67bee5ba7e8a;hb=64f927d489fa6f0edfe47e9c6105198c7f2a1c89;hp=9b269df4357bc8db740a1f4777646e697a0966ab;hpb=24993cd99b847733894f57fd004ed52b5390244a;p=mpd-sima.git diff --git a/sima/utils/leven.py b/sima/utils/leven.py index 9b269df..ab6fc35 100644 --- a/sima/utils/leven.py +++ b/sima/utils/leven.py @@ -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."""