mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)
This commit is contained in:
parent
2d6097d027
commit
dc0d571b64
8 changed files with 565 additions and 9 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
from tkinter import *
|
||||
|
||||
|
||||
class Dialog:
|
||||
|
||||
command = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue