Skip to content

Commit b99e97e

Browse files
committed
docs: Improve changelog and whatsnew
1 parent be1c1d4 commit b99e97e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ sys
517517
tkinter
518518
-------
519519

520-
* The methods :meth:`!tkinter.Misc.after` and :meth:`!tkinter.Misc.after_idle`
521-
now support passing keyword arguments to the function.
520+
* Make tkinter widget methods :meth:`!after` and :meth:`!after_idle` accept
521+
arguments passed by keyword.
522522
(Contributed by Zhikang Yan in :gh:`126899`.)
523523

524524

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Add the var-keyword parameter to :meth:`!tkinter.Misc.after` and :meth:`!tkinter.Misc.after_idle`.
1+
Make tkinter widget methods :meth:`!after` and :meth:`!after_idle` accept
2+
arguments passed by keyword.

0 commit comments

Comments
 (0)