Fixed typos.

This commit is contained in:
geojeff 2012-12-07 04:38:54 -06:00
parent 07a553c897
commit ca5fc04dd7
1 changed files with 4 additions and 4 deletions

View File

@ -21,16 +21,16 @@ Arguments:
is a list, and for :class:`~kivy.adapters.dictadapter.DictAdapter`, it is a is a list, and for :class:`~kivy.adapters.dictadapter.DictAdapter`, it is a
dict. dict.
* *cls*, for a list key class to use to instantiate key view * *cls*, for a list key class to use to instantiate list item view
instances (Use this or the template argument) instances (Use this or the template argument)
* *template*, a kv template to use to instantiate key view instances (Use * *template*, a kv template to use to instantiate list item view instances (Use
this or the cls argument) this or the cls argument)
* *args_converter*, a function to transform data item argument * *args_converter*, a function to transform data item argument
sets, in preparation for either a cls instantiation, or a kv template sets, in preparation for either a cls instantiation, or a kv template
invocation. If no args_converter is provided, a default one is set, that invocation. If no args_converter is provided, a default one, that
assumes that the data items are strings. assumes that the data items are strings, is used.
''' '''