mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)
This commit is contained in:
parent
e56975351b
commit
e570211406
3 changed files with 3 additions and 3 deletions
|
@ -246,7 +246,7 @@ class AutoCompleteWindow:
|
|||
acw.wm_geometry("+%d+%d" % (new_x, new_y))
|
||||
|
||||
if platform.system().startswith('Windows'):
|
||||
# See issue 15786. When on windows platform, Tk will misbehaive
|
||||
# See issue 15786. When on windows platform, Tk will misbehave
|
||||
# to call winconfig_event multiple times, we need to prevent this,
|
||||
# otherwise mouse button double click will not be able to used.
|
||||
acw.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue