Fix typo in docstring

This commit is contained in:
Neal Norwitz 2006-06-17 22:37:45 +00:00
parent 6fb20aa92c
commit 210262c0ec
1 changed files with 1 additions and 1 deletions

View File

@ -1506,7 +1506,7 @@ class Wm:
Under Windows, the DEFAULT parameter can be used to set the icon 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 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 (example: root.iconbitmap(default='myicon.ico') ). See Tk
documentation for more information.""" documentation for more information."""
if default: if default: