Remove useless non-breaking space

This commit is contained in:
Laurent Bachelier 2010-07-20 17:03:27 +02:00
commit 92a4a02d53

View file

@ -71,6 +71,6 @@ class ICapVideo(ICap):
Get a Video from an ID.
@param _id the video id. It can be a numeric ID, or a page url, or so.
@return  a Video object
@return a Video object
"""
raise NotImplementedError()