From 8cddac7e2f39e7138dcde47a2beb085f5501b850 Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Mon, 4 Jul 2011 18:52:50 +0300 Subject: [PATCH] Fix the docstring of a method --- src/qml/aa_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/aa_search.py b/src/qml/aa_search.py index 6eaab7a..db716c5 100644 --- a/src/qml/aa_search.py +++ b/src/qml/aa_search.py @@ -81,7 +81,7 @@ class MussorgskyAlbumArt: def get_alternatives (self, artist, album, max_alternatives=4): """ - return a list of pairs (image/ + return a list of images in the local disk """ results_page = self.__msn_images (artist, album) return self.__process_results_page (results_page, artist, album, max_alternatives) -- 1.7.9.5