Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0e911b

Browse filesBrowse files
authored
Fix typo in idlelib.config_key.py (#2322)
1 parent f3cffd2 commit a0e911b
Copy full SHA for a0e911b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Lib/idlelib/config_key.py

Copy file name to clipboardExpand all lines: Lib/idlelib/config_key.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.