gh-140078: fix typo in tkinter docs (#140081)

Remove extraneous word.
This commit is contained in:
wangxiaolei 2025-10-16 23:02:38 +08:00 committed by GitHub
parent 379fd020a0
commit 5f357f3b0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -392,7 +392,7 @@ by spaces. Without getting into too many details, notice the following:
* Operations which are implemented as separate *commands* in Tcl (like * Operations which are implemented as separate *commands* in Tcl (like
``grid`` or ``destroy``) are represented as *methods* on Tkinter widget ``grid`` or ``destroy``) are represented as *methods* on Tkinter widget
objects. As you'll see shortly, at other times Tcl uses what appear to be objects. As you'll see shortly, at other times Tcl uses what appear to be
method calls on widget objects, which more closely mirror what would is method calls on widget objects, which more closely mirror what is
used in Tkinter. used in Tkinter.