Update python API docs
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
"""
|
||||
Profanity plugin API
|
||||
This module contains the functions available to plugins to interact with Profanity.
|
||||
|
||||
The ``prof`` module must be imported
|
||||
::
|
||||
import prof
|
||||
|
||||
Profanity accepts both ``str`` and ``unicode`` objects as string arguments, to allow plugins to work with both Python 2 and 3.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user