mirror of https://github.com/kivy/kivy.git
English idiom, missing full stop
This commit is contained in:
parent
7308aa7e1e
commit
17bf3e50ec
|
@ -27,7 +27,7 @@ To use them, **you have to declare them at class level**. That is, directly in
|
|||
the class, not in any method of the class. A property is a class attribute
|
||||
that will automatically create instance attributes. Each property by default
|
||||
provides an ``on_<propertyname>`` event that is called whenever the property's
|
||||
state/value changes .
|
||||
state/value changes.
|
||||
|
||||
Kivy provides the following properties:
|
||||
:mod:`~kivy.properties.NumericProperty`,
|
||||
|
@ -41,4 +41,4 @@ Kivy provides the following properties:
|
|||
:mod:`~kivy.properties.AliasProperty`,
|
||||
:mod:`~kivy.properties.DictProperty`,
|
||||
|
||||
For an in-depth explaination, look at :doc:`/api-kivy.properties`
|
||||
For an in-depth explaination, take a look at :doc:`/api-kivy.properties`.
|
||||
|
|
Loading…
Reference in New Issue