From 92a4a02d536008f1e26dc926eeecdd4218f629b4 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Tue, 20 Jul 2010 17:03:27 +0200 Subject: [PATCH] Remove useless non-breaking space --- weboob/capabilities/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/capabilities/video.py b/weboob/capabilities/video.py index d004c0a3..aaa3ca46 100644 --- a/weboob/capabilities/video.py +++ b/weboob/capabilities/video.py @@ -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()