Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Spell Checking for Python

For when spelling is hard

Usage

>>> from SpellCheckedObject import SpellCheckedObject
>>> classCantSpell(SpellCheckedObject):
def test(self, x, y):
return x + y
@property
def prop(self):
return 7
>>> c = CantSpell()
>>> c.test(3, 4)
7
>>> c.testt(3, 4)
7

About

Spell Checking For Python

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages