def spell()

in en/pythonpath/lightproof_impl_en.py [0:0]


def spell(rLoc, word):
    if not word:
        return None
    return spellchecker.isValid(word, rLoc, ())