mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix typo in docstring
This commit is contained in:
parent
6fb20aa92c
commit
210262c0ec
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue