Skip to content

Commit 426fa77

Browse files
[3.13] gh-140078: fix typo in tkinter docs (GH-140081) (#140218)
gh-140078: fix typo in tkinter docs (GH-140081) Remove extraneous word. (cherry picked from commit 5f357f3) Co-authored-by: wangxiaolei <[email protected]>
1 parent b81bab6 commit 426fa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tkinter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ by spaces. Without getting into too many details, notice the following:
392392
* Operations which are implemented as separate *commands* in Tcl (like
393393
``grid`` or ``destroy``) are represented as *methods* on Tkinter widget
394394
objects. As you'll see shortly, at other times Tcl uses what appear to be
395-
method calls on widget objects, which more closely mirror what would is
395+
method calls on widget objects, which more closely mirror what is
396396
used in Tkinter.
397397

398398

0 commit comments

Comments
 (0)