]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-135756: Fix nonexistent parameter in tkinter docs (#135770)
authorMarcell Perger <102254594+MarcellPerger1@users.noreply.github.com>
Fri, 20 Jun 2025 22:45:36 +0000 (23:45 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Jun 2025 22:45:36 +0000 (18:45 -0400)
Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() method documentation.

Doc/library/dialog.rst

index 191e0da12103fa3bef212b6aed0e3df57bef0a1f..e0693e8eb6ed2263ceeb62cdd114b143cfc68765 100644 (file)
@@ -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.