Skip to content

Commit 6608942

Browse files
committed
Doc fix to clarify kv property behaviour (fixes kivy#2374)
1 parent 152836f commit 6608942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/lang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
Here `prop1` and `prop2` are the properties of `ClassName` and `prop3` is the
108108
property of `AnotherClass`. If the widget doesn't have a property with
109109
the given name, an :class:`~kivy.properties.ObjectProperty` will be
110-
automatically created and added to the instance.
110+
automatically created and added to the widget.
111111
112112
`AnotherClass` will be created and added as a child of the `ClassName`
113113
instance.

0 commit comments

Comments
 (0)