Skip to content

Commit 498468d

Browse files
authored
[2.7] IDLE: Fix typo in keybindingDialog.py (GH-2322) (GH-12231)
Cherry picked by hand from a0e911b
1 parent b19943e commit 498468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/keybindingDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def ClearKeySeq(self):
182182

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

0 commit comments

Comments
 (0)