Skip to content

Commit 45a03bf

Browse files
committed
doc: more consistent working in uix/behaviors/button.py
1 parent c744bde commit 45a03bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

kivy/uix/behaviors/button.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Button Behavior
33
===============
44
5-
This `mixin <https://en.wikipedia.org/wiki/Mixin>`_ class provides
5+
The :class:`~kivy.uix.behaviors.button.ButtonBehavior`
6+
`mixin <https://en.wikipedia.org/wiki/Mixin>`_ class provides
67
:class:`~kivy.uix.button.Button` behavior. You can combine this class with
78
other widgets, such as an :class:`~kivy.uix.image.Image`, to provide
89
alternative buttons that preserve Kivy button behavior.
@@ -54,7 +55,8 @@ def build(self):
5455

5556
class ButtonBehavior(object):
5657
'''
57-
Provides :class:`~kivy.uix.button.Button` behavior. Please see the
58+
This `mixin <https://en.wikipedia.org/wiki/Mixin>`_ class provides
59+
:class:`~kivy.uix.button.Button` behavior. Please see the
5860
:mod:`button behaviors module <kivy.uix.behaviors.button>` documentation
5961
for more information.
6062

0 commit comments

Comments
 (0)