8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a637c09 commit 0e12781Copy full SHA for 0e12781
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