Revision: 4354 Author: cosoleto Date: 2007-09-24 09:30:06 +0000 (Mon, 24 Sep 2007)
Log Message: ----------- fix typo
Modified Paths: -------------- trunk/pywikipedia/copyright.py
Modified: trunk/pywikipedia/copyright.py =================================================================== --- trunk/pywikipedia/copyright.py 2007-09-24 09:17:56 UTC (rev 4353) +++ trunk/pywikipedia/copyright.py 2007-09-24 09:30:06 UTC (rev 4354) @@ -768,7 +768,7 @@ search_request_retry = config.copyright_connection_tries while search_request_retry: try: - data = google.doGoogleSearch('%s "%s"' % (no_result_with_those_words, query) + data = google.doGoogleSearch('%s "%s"' % (no_result_with_those_words, query)) search_request_retry = 0 for entry in data.results: add_in_urllist(url, entry.URL, 'google')