Skip to content

Commit 4eab9da

Browse files
[3.13] pythongh-135756: Fix nonexistent parameter in tkinter docs (pythonGH-135770) (python#135777)
pythongh-135756: Fix nonexistent parameter in tkinter docs (pythonGH-135770) Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() method documentation. (cherry picked from commit 4ddf505) Co-authored-by: Marcell Perger <[email protected]>
1 parent c6e26ef commit 4eab9da

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)