]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/leven.py
Some clean-up (pylint audit)
[mpd-sima.git] / sima / utils / leven.py
index 9b269df4357bc8db740a1f4777646e697a0966ab..ab6fc35acac6e3864ea64426a4ab67bee5ba7e8a 100644 (file)
@@ -16,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."""