We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69ec88 commit d101ccaCopy full SHA for d101cca
Doc/whatsnew/3.14.rst
@@ -809,6 +809,9 @@ tkinter
809
arguments passed by keyword.
810
(Contributed by Zhikang Yan in :gh:`126899`.)
811
812
+* Add default values to the initialization parameters of class
813
+ :class:`!tkinter.OptionMenu`.
814
+ (Contributed by Zhikang Yan in :gh:`130356`.)
815
816
turtle
817
------
Misc/NEWS.d/next/Library/2025-02-23-06-49-26.gh-issue-130356._VDYmg.rst
@@ -1 +1,2 @@
1
-Add default values to the parameters of widget :class:`tkinter.OptionMenu`.
+Add default values to the initialization parameters of class
2
+:class:`!tkinter.OptionMenu`.
0 commit comments