diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-17 22:37:45 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-17 22:37:45 (GMT) |
commit | 210262c0ec0356dfa7e8f0778783e678e8075a04 (patch) | |
tree | 11435a9f2ceae68a558a7578b4e414541b312b36 /Lib/lib-tk/Tkinter.py | |
parent | 6fb20aa92ce6497bf5c065ca34e2a9fdf02e300e (diff) | |
download | cpython-210262c0ec0356dfa7e8f0778783e678e8075a04.zip cpython-210262c0ec0356dfa7e8f0778783e678e8075a04.tar.gz cpython-210262c0ec0356dfa7e8f0778783e678e8075a04.tar.bz2 |
Fix typo in docstring
Diffstat (limited to 'Lib/lib-tk/Tkinter.py')
-rw-r--r-- | Lib/lib-tk/Tkinter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 2a5ecd7..badc40a 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -1506,7 +1506,7 @@ class Wm: Under Windows, the DEFAULT parameter can be used to set the icon for the widget and any descendents that don't have an icon set - explicitely. DEFAULT can be the relative path to a .ico file + explicitly. DEFAULT can be the relative path to a .ico file (example: root.iconbitmap(default='myicon.ico') ). See Tk documentation for more information.""" if default: |