mirror of
https://github.com/python/cpython.git
synced 2025-10-30 21:21:22 +00:00
Whitespace normalization.
This commit is contained in:
parent
15c1fe5047
commit
f733abb783
21 changed files with 128 additions and 128 deletions
|
|
@ -50,9 +50,9 @@ def __init__(self, parent, title = None):
|
|||
# If the master is not viewable, don't
|
||||
# make the child transient, or else it
|
||||
# would be opened withdrawn
|
||||
if parent.winfo_viewable():
|
||||
if parent.winfo_viewable():
|
||||
self.transient(parent)
|
||||
|
||||
|
||||
if title:
|
||||
self.title(title)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue