Fix invalid escape sequence?

This commit is contained in:
Alexandre Aubin 2024-05-21 23:16:23 +02:00
parent 110dffeb7f
commit 259c596e12

View file

@ -117,7 +117,7 @@ def autofix_orthotypography_and_standardized_words():
transformations = {s: " " for s in godamn_spaces_of_hell} transformations = {s: " " for s in godamn_spaces_of_hell}
transformations.update( transformations.update(
{ {
"\.\.\.": "", r"\.\.\.": "",
"https ://": "https://", "https ://": "https://",
} }
) )