summaryrefslogtreecommitdiffstats
path: root/Modules/_sha3/cleanup.py
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_sha3/cleanup.py')
-rwxr-xr-xModules/_sha3/cleanup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sha3/cleanup.py b/Modules/_sha3/cleanup.py
index 17c56b3..4f53681 100755
--- a/Modules/_sha3/cleanup.py
+++ b/Modules/_sha3/cleanup.py
@@ -8,7 +8,7 @@ import os
import re
CPP1 = re.compile("^//(.*)")
-CPP2 = re.compile("\ //(.*)")
+CPP2 = re.compile(r"\ //(.*)")
STATICS = ("void ", "int ", "HashReturn ",
"const UINT64 ", "UINT16 ", " int prefix##")