mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Link the doc for RadioButton.Changed.control to radio_button
This commit is contained in:
@@ -29,5 +29,5 @@ class RadioButton(ToggleButton):
|
||||
|
||||
@property
|
||||
def control(self) -> RadioButton:
|
||||
"""Alias for self.radio_button"""
|
||||
"""Alias for [Changed.radio_button][textual.widgets.RadioButton.Changed.radio_button]."""
|
||||
return self.radio_button
|
||||
|
||||
Reference in New Issue
Block a user