mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Fix typos in warnings, docstrings, comments and text files (#123597)
This commit is contained in:
parent
33b790978d
commit
1f4a49ea53
8 changed files with 8 additions and 8 deletions
|
@ -600,7 +600,7 @@ class IdleConf:
|
|||
"""
|
||||
# TODO: = dict(sorted([(v-event, keys), ...]))?
|
||||
keyBindings={
|
||||
# vitual-event: list of key events.
|
||||
# virtual-event: list of key events.
|
||||
'<<copy>>': ['<Control-c>', '<Control-C>'],
|
||||
'<<cut>>': ['<Control-x>', '<Control-X>'],
|
||||
'<<paste>>': ['<Control-v>', '<Control-V>'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue