mirror of https://github.com/kivy/kivy.git
Fix label ref example
This commit is contained in:
parent
1758f5b169
commit
91156fa26b
|
@ -538,7 +538,7 @@ class Label(Widget):
|
||||||
|
|
||||||
For example, if you wrote::
|
For example, if you wrote::
|
||||||
|
|
||||||
Check out my [ref=hello]link[/hello]
|
Check out my [ref=hello]link[/ref]
|
||||||
|
|
||||||
The refs will be set with::
|
The refs will be set with::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue