Fix the docstring of a method
authorIvan Frade <ivan.frade@gmail.com>
Mon, 4 Jul 2011 15:52:50 +0000 (18:52 +0300)
committerIvan Frade <ivan.frade@gmail.com>
Mon, 4 Jul 2011 15:52:50 +0000 (18:52 +0300)
src/qml/aa_search.py

index 6eaab7a..db716c5 100644 (file)
@@ -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)