diff -r 990676d3f39f -r da7d341cca76 entities/adapters.py --- a/entities/adapters.py Tue Apr 01 13:57:25 2014 +0200 +++ b/entities/adapters.py Mon Apr 14 11:54:33 2014 +0200 @@ -166,7 +166,7 @@ __abstract__ = True def download_url(self, **kwargs): # XXX not really part of this interface - """return an url to download entity's content""" + """return a URL to download entity's content""" raise NotImplementedError def download_content_type(self):