summaryrefslogtreecommitdiffstats
path: root/Lib/dos-8x3/sre_comp.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/dos-8x3/sre_comp.py')
-rw-r--r--Lib/dos-8x3/sre_comp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos-8x3/sre_comp.py b/Lib/dos-8x3/sre_comp.py
index 590e45f..fa0cf37 100644
--- a/Lib/dos-8x3/sre_comp.py
+++ b/Lib/dos-8x3/sre_comp.py
@@ -20,7 +20,7 @@ for WORDSIZE in "BHil":
if len(array.array(WORDSIZE, [0]).tostring()) == _sre.getcodesize():
break
else:
- raise RuntimeError, "cannot find a useable array type"
+ raise RuntimeError, "cannot find a usable array type"
def _compile(code, pattern, flags):
# internal: compile a (sub)pattern