From 7a058c667b20ac00812b881b537aeb43f1b5c582 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 21 Jul 2010 18:07:03 +0100 Subject: [PATCH] Fixed an invalid literal --- flask_website/listings/projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py index af32f1f9..92bb5238 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -81,7 +81,7 @@ projects = { available. ''', source='http://bitbucket.org/leafstorm/ryshcate/'), Project(u'Übersuggest Keyword Suggestion Tool', - 'http://suggest.thinkpragmatic.net/', ''' + 'http://suggest.thinkpragmatic.net/', u'''

Übersuggest is a free tool that exploit the Google suggest JSON API to get keyword ideas for your search marketing campaign (PPC or SEO).