From 124563036b0ccfbd3346ed7fc8ba03c567b7fec1 Mon Sep 17 00:00:00 2001 From: Craig Anderson Date: Mon, 25 Oct 2021 12:51:59 +0100 Subject: [PATCH] Update readme I found it a bit confusing that this repo (the unmaintained fork) has "This is a maintained fork" at the top of its readme. This is just a quick attempt to clarify that. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 304f4c8..07f42ca 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,7 @@ fuzzyset - A fuzzy string set for python. Note ---- - This is a maintained fork of the unfortunately no longer maintained `fuzzyset package `_ package by - Mike Axiak. This fork is available on PyPi as `fuzzyset2 `_. + This project is unmaintained. `A maintained fork `_ is available on PyPi as `fuzzyset2 `_. fuzzyset is a data structure that performs something akin to fulltext search against data to determine likely misspellings and approximate string matching.