Doc: add missing manpage and title references in tkinter docs (GH-29008)

- add bind(3tk) manpage markup
- add Tcl/Tk book reference markup
(cherry picked from commit 0e12781ad9)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-05-20 01:34:21 -07:00 committed by GitHub
parent a2ec09b7f5
commit 6814ab7907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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.