From: Marcell Perger <102254594+MarcellPerger1@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:45:36 +0000 (+0100) Subject: gh-135756: Fix nonexistent parameter in tkinter docs (#135770) X-Git-Tag: v3.15.0a1~1226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ddf505d9982dc8afead8f52f5754eea5ebde623;p=thirdparty%2FPython%2Fcpython.git gh-135756: Fix nonexistent parameter in tkinter docs (#135770) Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() method documentation. --- diff --git a/Doc/library/dialog.rst b/Doc/library/dialog.rst index 191e0da12103..e0693e8eb6ed 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.