From 210262c0ec0356dfa7e8f0778783e678e8075a04 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 17 Jun 2006 22:37:45 +0000 Subject: [PATCH] Fix typo in docstring --- Lib/lib-tk/Tkinter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 2a5ecd73f01..badc40a2cd3 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: