mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -1607,7 +1607,7 @@ class Wm:
|
|||
|
||||
class Tk(Misc, Wm):
|
||||
"""Toplevel widget of Tk which represents mostly the main window
|
||||
of an appliation. It has an associated Tcl interpreter."""
|
||||
of an application. It has an associated Tcl interpreter."""
|
||||
_w = '.'
|
||||
def __init__(self, screenName=None, baseName=None, className='Tk',
|
||||
useTk=1, sync=0, use=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue