[3.6] Fix typo in idlelib.config_key.py (GH-2322) (#2323)

(cherry picked from commit a0e911b)
This commit is contained in:
terryjreedy 2017-06-21 22:46:07 -04:00 committed by GitHub
parent 296dc492cc
commit 396998e0c6
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class GetKeysDialog(Toplevel):
def LoadFinalKeyList(self):
#these tuples are also available for use in validity checks
self.functionKeys=('F1','F2','F2','F4','F5','F6','F7','F8','F9',
self.functionKeys=('F1','F2','F3','F4','F5','F6','F7','F8','F9',
'F10','F11','F12')
self.alphanumKeys=tuple(string.ascii_lowercase+string.digits)
self.punctuationKeys=tuple('~!@#%^&*()_-+={}[]|;:,.<>/?')