Skip to content

Commit 4ddf505

Browse files
gh-135756: Fix nonexistent parameter in tkinter docs (#135770)
Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() method documentation.
1 parent c5ea8e8 commit 4ddf505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dialog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ is the base class for dialogs defined in other supporting modules.
220220

221221
.. class:: Dialog(master=None, **options)
222222

223-
.. method:: show(color=None, **options)
223+
.. method:: show(**options)
224224

225225
Render the Dialog window.
226226

0 commit comments

Comments
 (0)