web/views/urlpublishing.py
changeset 9770 112c884b2d8d
parent 9719 d02c8d77ac56
parent 9700 da7d341cca76
child 10047 a1fde2d343b6
--- a/web/views/urlpublishing.py	Wed Apr 09 17:29:25 2014 +0200
+++ b/web/views/urlpublishing.py	Tue Jun 10 09:49:45 2014 +0200
@@ -97,7 +97,7 @@
         self.evaluators = sorted(evaluators, key=lambda x: x.priority)
 
     def process(self, req, path):
-        """Given an url (essentialy caracterized by a path on the
+        """Given a URL (essentialy caracterized by a path on the
         server, but additional information may be found in the request
         object), return a publishing method identifier
         (e.g. controller) and an optional result set.