]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135776)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Jun 2025 23:35:37 +0000 (01:35 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Jun 2025 23:35:37 +0000 (23:35 +0000)
gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770)

Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() method documentation.
(cherry picked from commit 4ddf505d9982dc8afead8f52f5754eea5ebde623)

Co-authored-by: Marcell Perger <102254594+MarcellPerger1@users.noreply.github.com>
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.