From d49d7e62729e392a59c0ccaea3e79849f2ef4f00 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 7 Feb 2013 00:47:07 +1300 Subject: [PATCH] Removed extra space. --- plugins/rottentomatoes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rottentomatoes.py b/plugins/rottentomatoes.py index af3d8db..fe86059 100644 --- a/plugins/rottentomatoes.py +++ b/plugins/rottentomatoes.py @@ -36,4 +36,4 @@ def rottentomatoes(inp, bot=None): rotten = review_count - fresh return u"{} - Critics Rating: \x02{}%\x02 ({} liked, {} disliked) " \ - " Audience Rating: \x02{}%\x02 - {}".format(title, critics_score, fresh, rotten, audience_score, url) \ No newline at end of file + "Audience Rating: \x02{}%\x02 - {}".format(title, critics_score, fresh, rotten, audience_score, url) \ No newline at end of file