Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-32839: Add after_info to tkinter #5664

Merged
merged 11 commits into from
Apr 26, 2024
Prev Previous commit
Silence the linter for What's New.
  • Loading branch information
serhiy-storchaka committed Apr 25, 2024
commit e83e68d1749ef1c3aa77c71f4cc2762d505bcf28
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ tkinter
:class:`tkinter.ttk.Style`.
(Contributed by Serhiy Storchaka in :gh:`68166`.)

* Add the :meth:`after_info` method for Tkinter widgets.
* Add the :meth:`!after_info` method for Tkinter widgets.
(Contributed by Cheryl Sabella in :gh:`77020`.)

traceback
Expand Down
Loading