Skip to content

Commit d101cca

Browse files
committed
docs: Improve changelog
1 parent c69ec88 commit d101cca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@ tkinter
809809
arguments passed by keyword.
810810
(Contributed by Zhikang Yan in :gh:`126899`.)
811811

812+
* Add default values to the initialization parameters of class
813+
:class:`!tkinter.OptionMenu`.
814+
(Contributed by Zhikang Yan in :gh:`130356`.)
812815

813816
turtle
814817
------
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Add default values to the parameters of widget :class:`tkinter.OptionMenu`.
1+
Add default values to the initialization parameters of class
2+
:class:`!tkinter.OptionMenu`.

0 commit comments

Comments
 (0)