From a5837c745a677dd0c83c4ab8a74d83b0881bd5bb Mon Sep 17 00:00:00 2001 From: Marcell Perger Date: Fri, 20 Jun 2025 16:41:35 +0000 Subject: [PATCH] Fix nonexistent parameter in tkinter docs --- Doc/library/dialog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dialog.rst b/Doc/library/dialog.rst index 191e0da12103fa..e0693e8eb6ed22 100644 --- a/Doc/library/dialog.rst +++ b/Doc/library/dialog.rst @@ -220,7 +220,7 @@ is the base class for dialogs defined in other supporting modules. .. class:: Dialog(master=None, **options) - .. method:: show(color=None, **options) + .. method:: show(**options) Render the Dialog window.