Results 1 issues of Mitchell Wesson

When I execute an `extractOne` like `process.extractOne('ab', ['ab wertyu'], scorer = fuzz.partial_ratio)`, the result is: `('ab wertyu', 100)`. However, when I take the same strings and capitalize some letters `process.extractOne('AB',...