mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix all wrong instances of "it's".
This commit is contained in:
parent
08c02dbb85
commit
7eb4b7d177
21 changed files with 34 additions and 34 deletions
|
|
@ -27,7 +27,7 @@ class ConfigDialog(Toplevel):
|
|||
self.configure(borderwidth=5)
|
||||
self.geometry("+%d+%d" % (parent.winfo_rootx()+20,
|
||||
parent.winfo_rooty()+30))
|
||||
#Theme Elements. Each theme element key is it's display name.
|
||||
#Theme Elements. Each theme element key is its display name.
|
||||
#The first value of the tuple is the sample area tag name.
|
||||
#The second value is the display name list sort index.
|
||||
self.themeElements={'Normal Text':('normal','00'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue