web/views/tableview.py
branchstable
changeset 9700 da7d341cca76
parent 9492 c7fc56eecd1a
child 10496 e95b559a06a2
--- a/web/views/tableview.py	Tue Apr 01 13:57:25 2014 +0200
+++ b/web/views/tableview.py	Mon Apr 14 11:54:33 2014 +0200
@@ -1065,9 +1065,9 @@
             self.w(u'</div>\n')
 
     def page_navigation_url(self, navcomp, path, params):
-        """Build an url to the current view using the <navcomp> attributes
+        """Build a URL to the current view using the <navcomp> attributes
 
-        :param navcomp: a NavigationComponent to call an url method on.
+        :param navcomp: a NavigationComponent to call a URL method on.
         :param path:    expected to be json here?
         :param params: params to give to build_url method