extraneous space

This commit is contained in:
jesopo 2022-01-29 21:19:43 +00:00
parent 275b2c7f3d
commit c21545e2c2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from ..casemap import CaseMap
CASEMAPPINGS = ["rfc1459", "ascii"]
def _parse_escapes(s: str):
idx = 0
idx = 0
out = ""
while idx < (len(s)):