Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cde8c89

Browse files
committed
DOC: Fix cross-references to new _Buttons class
1 parent 6663149 commit cde8c89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/widgets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ class CheckButtons(_Buttons):
11521152
For the check buttons to remain responsive you must keep a
11531153
reference to this object.
11541154
1155-
Connect to the CheckButtons with the `.on_clicked` method.
1155+
Connect to the CheckButtons with the `~._Buttons.on_clicked` method.
11561156
11571157
Attributes
11581158
----------
@@ -1652,7 +1652,7 @@ class RadioButtons(_Buttons):
16521652
For the buttons to remain responsive you must keep a reference to this
16531653
object.
16541654
1655-
Connect to the RadioButtons with the `.on_clicked` method.
1655+
Connect to the RadioButtons with the `~._Buttons.on_clicked` method.
16561656
16571657
Attributes
16581658
----------

0 commit comments

Comments
 (0)