Skip to content

Commit 914519f

Browse files
adjust docstring
1 parent 6efce5f commit 914519f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def _choose_language(self, dialog_name: str, **kwargs: Any) -> str:
161161
return tmpl.format(**kwargs)
162162

163163
def standard_box(self, message: str, title: str = "", use_ok: bool = False, close_time: int | None = None) -> bool:
164-
"""Display the messagebox for the Maker. Uses a Custom QDialog with Close-Button. Blocks until closed."""
164+
"""Display the messagebox for the Maker. Blocks until closed."""
165165
from src.ui.setup_custom_dialog import CustomDialog
166166

167167
if not title:

0 commit comments

Comments
 (0)