Skip to content

Commit 0e12781

Browse files
authored
Doc: add missing manpage and title references in tkinter docs (python#29008)
- add bind(3tk) manpage markup - add Tcl/Tk book reference markup
1 parent a637c09 commit 0e12781

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/tkinter.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,9 @@ of the bind method is::
877877
where:
878878

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

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

0 commit comments

Comments
 (0)