We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 152836f + 6608942 commit e74dfb7Copy full SHA for e74dfb7
kivy/lang.py
@@ -107,7 +107,7 @@
107
Here `prop1` and `prop2` are the properties of `ClassName` and `prop3` is the
108
property of `AnotherClass`. If the widget doesn't have a property with
109
the given name, an :class:`~kivy.properties.ObjectProperty` will be
110
-automatically created and added to the instance.
+automatically created and added to the widget.
111
112
`AnotherClass` will be created and added as a child of the `ClassName`
113
instance.
0 commit comments