mirror of
https://github.com/python/cpython.git
synced 2026-02-07 02:10:37 +00:00
[3.13] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135777)
gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770)
Remove nonexistent color parameter from tkinter.commondialog.Dialog.show() method documentation.
(cherry picked from commit 4ddf505d99)
Co-authored-by: Marcell Perger <102254594+MarcellPerger1@users.noreply.github.com>
This commit is contained in:
parent
c6e26ef881
commit
4eab9da960
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