Link the doc for RadioButton.Changed.control to radio_button

This commit is contained in:
Dave Pearson
2023-04-20 13:59:44 +01:00
parent 0e8e232a08
commit 8ea6658877

View File

@@ -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