summaryrefslogtreecommitdiff
path: root/examples/cupoftee/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cupoftee/utils.py')
-rw-r--r--examples/cupoftee/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cupoftee/utils.py b/examples/cupoftee/utils.py
index f13e2f3d..91717e85 100644
--- a/examples/cupoftee/utils.py
+++ b/examples/cupoftee/utils.py
@@ -11,7 +11,7 @@
import re
-_sort_re = re.compile(r'\w+', re.UNICODE)
+_sort_re = re.compile(r"\w+", re.UNICODE)
def unicodecmp(a, b):