mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.14] gh-140078: fix typo in tkinter docs (GH-140081) (#140217)
gh-140078: fix typo in tkinter docs (GH-140081)
Remove extraneous word.
(cherry picked from commit 5f357f3b0d)
Co-authored-by: wangxiaolei <fatelei@gmail.com>
This commit is contained in:
parent
e69fb2008e
commit
48b60495b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
``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
|
||||
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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue