branch | stable |
changeset 6175 | 104453c4ed3e |
parent 5811 | e77cea9721e7 |
child 6393 | 7372100062e8 |
--- a/web/views/urlrewrite.py Fri Sep 03 15:42:14 2010 +0200 +++ b/web/views/urlrewrite.py Mon Sep 06 19:37:12 2010 +0200 @@ -24,7 +24,7 @@ def rgx(pattern, flags=0): - """this is just a convenient shortcout to add the $ sign""" + """this is just a convenient shortcut to add the $ sign""" return re.compile(pattern+'$', flags) class metarewriter(type):