From f31c7a0bfcec469f29ee258afc4f44b20fd3026b Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 30 Apr 2013 17:29:08 +0200 Subject: [PATCH] spelling: fix documentation. closes #1146 --- kivy/core/spelling/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/core/spelling/__init__.py b/kivy/core/spelling/__init__.py index d19495260..325fa4579 100644 --- a/kivy/core/spelling/__init__.py +++ b/kivy/core/spelling/__init__.py @@ -16,7 +16,7 @@ a native implementation exist. >>> s.list_languages() ['en', 'en_CA', 'en_GB', 'en_US'] >>> s.select_language('en_US') - >>> s.check('helo') + >>> s.suggest('helo') [u'hole', u'help', u'helot', u'hello', u'halo', u'hero', u'hell', u'held', u'helm', u'he-lo']