Skip to content

Commit 7f21aef

Browse files
MarcellPerger1Pranjal095
authored andcommitted
pythongh-135756: Fix nonexistent parameter in tkinter docs (python#135770)
Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() method documentation.
1 parent 6096098 commit 7f21aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)