chore: update comments

This commit is contained in:
aclist 2025-09-18 20:00:15 +09:00
parent a03971ce70
commit 8acd359028

View File

@ -3541,7 +3541,9 @@ class EntryDialog(GenericDialog):
super().__init__(text, mode) super().__init__(text, mode)
""" """
Returns user input as a string or None Wraps Gtk.Entry in a dialog and provides basic response handling.
Returns user input as a string or None.
The Entry widget itself can be manipulated via the get_entry() method.
""" """
self.dialog = GenericDialog(text, mode) self.dialog = GenericDialog(text, mode)