Skip to content

Commit 3aa882e

Browse files
committed
manual-tests: typos in comment
1 parent 0687649 commit 3aa882e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manual-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
# construct an inverted code -> key-name mapping
6-
# we need to revese the items so that aliases won't overrive the original name later on
6+
# we need to reverse the items so that aliases won't override the original name later on
77
known_keys = {v: k for k, v in reversed(vars(key).items()) if not k.startswith("__")}
88

99

0 commit comments

Comments
 (0)