We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ec09b commit 6814ab7Copy full SHA for 6814ab7
Doc/library/tkinter.rst
@@ -877,8 +877,9 @@ of the bind method is::
877
where:
878
879
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).
+ 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,
882
+ :title-reference:`Tcl and the Tk Toolkit (2nd edition)`, for details).
883
884
func
885
is a Python function, taking one argument, to be invoked when the event occurs.
0 commit comments