aboutsummaryrefslogtreecommitdiff
path: root/python/python-Levenshtein/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-03 06:48:47 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-05-03 01:49:56 -0500
commite5286256a9fd41c98637113ff48617051fcaec3f (patch)
treefc3d23bd82c2c7ad6643a0d693c256af815f639f /python/python-Levenshtein/README
parent0dc52667fc998173e7ef13967759e25f344e7e87 (diff)
python/python-Levenshtein: Renamed python2-Levenshtein.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python-Levenshtein/README')
-rw-r--r--python/python-Levenshtein/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/python-Levenshtein/README b/python/python-Levenshtein/README
deleted file mode 100644
index d931876c54..0000000000
--- a/python/python-Levenshtein/README
+++ /dev/null
@@ -1,9 +0,0 @@
-Levenshtein Python extension and C library.
-
-The Levenshtein Python C extension module contains functions for fast
-computation of
-- Levenshtein (edit) distance, and edit operations
-- string similarity
-- approximate median strings, and generally string averaging
-- string sequence and set similarity
-It supports both normal and Unicode strings.