Skip to content

Commit a0e911b

Browse files
authored
Fix typo in idlelib.config_key.py (#2322)
1 parent f3cffd2 commit a0e911b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/config_key.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def ClearKeySeq(self):
186186

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

0 commit comments

Comments
 (0)