This commit is contained in:
Luke Rogers 2014-02-28 19:49:46 +13:00
parent 10907bf214
commit 8340f55adf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from util import hook
import re
CORRECTION_RE = re.compile(r'^(s|S)/.*/.*/\S*$')
CORRECTION_RE = r'^(s|S)/.*/.*/\S*$'
@hook.regex(CORRECTION_RE)