Fix typos in warnings, docstrings, comments and text files (#123597)

This commit is contained in:
abstractee 2024-09-03 01:20:40 +01:00 committed by GitHub
parent 33b790978d
commit 1f4a49ea53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View file

@ -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>'],