]> gitweb.pimeys.fr Git - bots/parrot.git/blobdiff - quotes.py
!author
[bots/parrot.git] / quotes.py
index c1aca7617cbe1017cb4dc128c1b64b628e126a89..fa9ac0afdedf3c8dfc6b945150d46533b4b03f72 100644 (file)
--- a/quotes.py
+++ b/quotes.py
@@ -119,7 +119,7 @@ class QuoteDB(object):
         return l
 
     def search_authors(self, author=None, regexp=False):
-        """Renvoie la liste des auteur contenant ``author`` ou qui matchent la regexp."""
+        """Renvoie la liste des auteurs contenant ``author`` ou qui matchent la regexp."""
         if regexp:
             if author is None:
                 author = ".*"