We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f6f2a commit 9da06a0Copy full SHA for 9da06a0
ch05/chose_instances.py
@@ -26,7 +26,7 @@
26
class EnchantMock:
27
def __init__(self):
28
pass
29
- def speck(self, word):
+ def check(self, word):
30
return True
31
speller = EnchantMock()
32
0 commit comments