diff options
Diffstat (limited to 'Lib/lib-tk/ttk.py')
-rw-r--r-- | Lib/lib-tk/ttk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/ttk.py b/Lib/lib-tk/ttk.py index f112f0e..dfeb21b 100644 --- a/Lib/lib-tk/ttk.py +++ b/Lib/lib-tk/ttk.py @@ -37,7 +37,7 @@ def _load_tile(master): import os tilelib = os.environ.get('TILE_LIBRARY') if tilelib: - # append custom tile path to the the list of directories that + # append custom tile path to the list of directories that # Tcl uses when attempting to resolve packages with the package # command master.tk.eval( |