Skip to content

Commit 6814ab7

Browse files
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 0e12781) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent a2ec09b commit 6814ab7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/tkinter.rst

+3-2
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)