mirror of https://github.com/kivy/kivy.git
spelling: fix documentation. closes #1146
This commit is contained in:
parent
c28a199fa8
commit
f31c7a0bfc
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in New Issue