diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2015-04-14 09:30:01 +0300 |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2015-04-14 09:30:01 +0300 |
| commit | 4882cacab6bcaf90ac496fc8878987598e7665c1 (patch) | |
| tree | 6dab1cbde4725b432bb3fd06e329d003c6a83376 /Lib/tkinter | |
| parent | 52a3b74900db90dfbc5d6ce5145bce02d172b1b1 (diff) | |
| download | cpython-git-4882cacab6bcaf90ac496fc8878987598e7665c1.tar.gz | |
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/tkinter')
| -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 234306431b..21a560b5bf 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: |
