diff options
Diffstat (limited to 'Lib/tkinter/__init__.py')
-rw-r--r-- | Lib/tkinter/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/__init__.py b/Lib/tkinter/__init__.py index 2343064..21a560b 100644 --- a/Lib/tkinter/__init__.py +++ b/Lib/tkinter/__init__.py @@ -1734,7 +1734,7 @@ class Wm: On X, the images are arranged into the _NET_WM_ICON X property, which most modern window managers support. An icon specified by - wm_iconbitmap may exist simuultaneously. + wm_iconbitmap may exist simultaneously. On Macintosh, this currently does nothing.""" if default: |