Fix typo in docstring
This commit is contained in:
parent
6fb20aa92c
commit
210262c0ec
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue