Modified a docstring

This commit is contained in:
James Vega 2003-09-01 07:44:08 +00:00
parent 78d32f1be9
commit 862489d205

View File

@ -130,7 +130,7 @@ class FunDB(callbacks.Privmsg):
""" """
Contains the 'fun' commands that require a database. Currently includes Contains the 'fun' commands that require a database. Currently includes
database-backed commands for crossword puzzle solving, anagram searching, database-backed commands for crossword puzzle solving, anagram searching,
larting, excusing, and insulting. larting, praising, excusing, and insulting.
""" """
_tables = sets.Set(['lart', 'insult', 'excuse', 'praise']) _tables = sets.Set(['lart', 'insult', 'excuse', 'praise'])
def __init__(self): def __init__(self):