diff options
| author | Walter Dörwald <walter@livinglogic.de> | 2009-05-04 16:03:03 (GMT) |
|---|---|---|
| committer | Walter Dörwald <walter@livinglogic.de> | 2009-05-04 16:03:03 (GMT) |
| commit | 2827709d6dc594629ffa9904f55c839593891fc7 (patch) | |
| tree | 400da5200d3d680836018a6d3a9cc43fbc3dcab9 /Lib/lib-tk/ttk.py | |
| parent | 406d7aaee76a3c0942b5b84a8c689afc2a06f960 (diff) | |
| download | cpython-2827709d6dc594629ffa9904f55c839593891fc7.zip cpython-2827709d6dc594629ffa9904f55c839593891fc7.tar.gz cpython-2827709d6dc594629ffa9904f55c839593891fc7.tar.bz2 | |
Fix typos.
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( |
