oops
This commit is contained in:
parent
3a2a16f54c
commit
b5229ec73c
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ def pmap(names, r):
|
|||
))
|
||||
UN_SHIFTED_PRINTABLE.update(pmap(
|
||||
'LEFT_BRACKET BACKSLASH RIGHT_BRACKET GRAVE_ACCENT UNDERSCORE',
|
||||
"[\\]^`_"
|
||||
"[\\]`_"
|
||||
))
|
||||
SHIFTED_PRINTABLE = UN_SHIFTED_PRINTABLE.copy()
|
||||
SHIFTED_PRINTABLE.update({
|
||||
|
|
|
|||
Loading…
Reference in a new issue