From 20dbca5a3953880c66b40dfd036851214186f08c Mon Sep 17 00:00:00 2001 From: Renaud Richardet Date: Mon, 17 Jun 2019 14:32:21 +0200 Subject: [PATCH] Update README.rst simple example --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index e9d46ee..b86a565 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,14 @@ Installation :: pip install python-Levenshtein + +Simple Usage +------------ + +:: + + from Levenshtein import distance + edit_dist = distance("ah", "aho") Documentation --------------