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

Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() method documentation.
This commit is contained in:
Marcell Perger 2025-06-20 23:45:36 +01:00 committed by GitHub
parent c5ea8e8e8f
commit 4ddf505d99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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.