https://github.com/python/cpython/commit/4ddf505d9982dc8afead8f52f5754eea5ebde623
commit: 4ddf505d9982dc8afead8f52f5754eea5ebde623
branch: main
author: Marcell Perger <[email protected]>
committer: terryjreedy <[email protected]>
date: 2025-06-20T18:45:36-04:00
summary:

gh-135756: Fix nonexistent parameter in tkinter docs (#135770)

Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() 
method documentation.

files:
M Doc/library/dialog.rst

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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to