typo stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 Sep 2010 19:37:12 +0200
branchstable
changeset 6175 104453c4ed3e
parent 6172 9987f5525e20
child 6176 33ba2c1dbf10
typo
web/views/urlpublishing.py
web/views/urlrewrite.py
--- a/web/views/urlpublishing.py	Fri Sep 03 15:42:14 2010 +0200
+++ b/web/views/urlpublishing.py	Mon Sep 06 19:37:12 2010 +0200
@@ -120,6 +120,7 @@
         self.urlpublisher = urlpublisher
         self.vreg = urlpublisher.vreg
 
+
 class RawPathEvaluator(URLPathEvaluator):
     """handle path of the form::
 
--- 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):