10000 Doc: add missing manpage and title references to tkinter docs by rffontenelle · Pull Request #29008 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Doc: add missing manpage and title references to tkinter docs #29008

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 3 commits into from
May 20, 2022
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ 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 bind(3tk) man page
and page 201 of John Ousterhout's book for details).

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