Kaydet (Commit) 210262c0 authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix typo in docstring

üst 6fb20aa9
...@@ -1506,7 +1506,7 @@ class Wm: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment