Skip to content

[3.11] Doc: add missing manpage and title references in tkinter docs (GH-29008) #93004

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

Merged
merged 1 commit into from
May 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,9 @@ of the bind method is::
where:

sequence
is a string that denotes the target kind of event. (See the bind man page and
page 201 of John Ousterhout's book for details).
is a string that denotes the target kind of event. (See the
:manpage:`bind(3tk)` man page, and page 201 of John Ousterhout's book,
:title-reference:`Tcl and the Tk Toolkit (2nd edition)`, for details).

func
is a Python function, taking one argument, to be invoked when the event occurs.
Expand Down