diff -r 990676d3f39f -r da7d341cca76 view.py --- a/view.py Tue Apr 01 13:57:25 2014 +0200 +++ b/view.py Mon Apr 14 11:54:33 2014 +0200 @@ -502,7 +502,7 @@ """simple mixin for reloadable parts of UI""" def user_callback(self, cb, args, msg=None, nonify=False): - """register the given user callback and return an url to call it ready to be + """register the given user callback and return a URL to call it ready to be inserted in html """ self._cw.add_js('cubicweb.ajax.js')