Use SequenceMatcher to return list of the best "good enough" matches. word is a sequence for which close matches are desired (typically a string). possibilities is a list of sequences against which to match word (typically a list of strings). Optional arg n (default 3) is the
(word, possibilities, n=3, cutoff=0.6)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected