miohtama / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
382 stars 229 forks source link

docs: Fix a few typos #13

Open timgates42 opened 2 years ago

timgates42 commented 2 years ago

There are small typos in:

Fixes:

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

maxbachmann commented 2 years ago

@timgates42 this went horribly wrong. Apparently your tool does not properly support forked repos.

timgates42 commented 2 years ago

Thanks @maxbachmann cleaned it up manually - I noticed even the github command line tool struggled and seemed to pick https://github.com/ztane/python-Levenshtein as the original fork for some reason - anyway I manually added the miohtama remote and rebased it.

timgates42 commented 2 years ago

Ah I think this repo should be archived, I notice the ztane repo is effectively the best fork to use, my tool would skip over this and apply to ztane if this repo was archived as this was handed over but I note even the ztane repo is looking for a new maintainer anyway.

maxbachmann commented 2 years ago

Yes I do maintain a fork here: https://github.com/maxbachmann/Levenshtein. I removed the fork connection exactly to avoid issues like this.