We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0687649 commit 3aa882eCopy full SHA for 3aa882e
tests/manual-test.py
@@ -3,7 +3,7 @@
3
4
5
# 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
+# we need to reverse the items so that aliases won't override the original name later on
7
known_keys = {v: k for k, v in reversed(vars(key).items()) if not k.startswith("__")}
8
9
0 commit comments