Replace help_tiny by module docstring
This commit is contained in:
parent
e5ec487d29
commit
cd7843e16e
24 changed files with 47 additions and 77 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# coding=utf-8
|
||||
|
||||
"""Find french conjugaison"""
|
||||
|
||||
import re
|
||||
import traceback
|
||||
import sys
|
||||
|
|
@ -28,9 +30,6 @@ d = defaultdict(list)
|
|||
for k, v in s:
|
||||
d[k].append(v)
|
||||
|
||||
def help_tiny():
|
||||
return "Find french conjugaison"
|
||||
|
||||
def help_full():
|
||||
return "!conjugaison <tens> <verb>: give the conjugaison for <verb> in <tens>."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue