summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 117d9f2..3f9fcff 100755
--- a/bottle.py
+++ b/bottle.py
@@ -4031,7 +4031,7 @@ class StplParser(object):
# This huge pile of voodoo magic splits python code into 8 different tokens.
# We use the verbose (?x) regex mode to make this more manageable
- _re_tok = _re_inl = r'''(
+ _re_tok = r'''(
[urbURB]*
(?: ''(?!')
|""(?!")