8000 [3.6] Fix typo in idlelib.config_key.py (GH-2322) (#2323) · python/cpython@396998e · GitHub
[go: up one dir, main page]

Skip to content

Commit 396998e

Browse files
authored
[3.6] Fix typo in idlelib.config_key.py (GH-2322) (#2323)
(cherry picked from commit a0e911b)
1 parent 296dc49 commit 396998e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/config_key.py

Lines changed: 1 addition & 1 deletion
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)
0