mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
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:
parent
c5ea8e8e8f
commit
4ddf505d99
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue