Added minor documentation

This commit is contained in:
Matthew Ramina
2013-11-28 22:23:32 -05:00
committed by mutantmonkey
parent d6e28ac26b
commit 9219308170
7 changed files with 15 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ def wa(phenny, input):
phenny.say(answer)
wa.commands = ['wa']
wa.example = '.wa answer to life'
if __name__ == '__main__':
print(__doc__.strip())