X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fparrot.git;a=blobdiff_plain;f=quotes.py;h=fa9ac0afdedf3c8dfc6b945150d46533b4b03f72;hp=c1aca7617cbe1017cb4dc128c1b64b628e126a89;hb=a140e55d58b6af4b50c1cd83a78aa387f78e1a80;hpb=cf0848cb22e2dcf42846ce2d92b182b166e5fc59 diff --git a/quotes.py b/quotes.py index c1aca76..fa9ac0a 100644 --- 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 = ".*"