From: Neal Norwitz Date: Sat, 17 Jun 2006 22:37:45 +0000 (+0000) Subject: Fix typo in docstring X-Git-Tag: v2.5b1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=210262c0ec0356dfa7e8f0778783e678e8075a04;p=python Fix typo in docstring --- diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 2a5ecd73f0..badc40a2cd 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: