diff -r 990676d3f39f -r da7d341cca76 web/views/tableview.py --- 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'\n') def page_navigation_url(self, navcomp, path, params): - """Build an url to the current view using the attributes + """Build a URL to the current view using the 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