We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93d929 commit 361f7d4Copy full SHA for 361f7d4
linebot/webhook.py
@@ -193,7 +193,7 @@ def __init__(self, channel_secret):
193
self._default = None
194
195
def add(self, event, message=None):
196
- """[Decorator] Add handler method.
+ """Add handler method.
197
198
:param event: Specify a kind of Event which you want to handle
199
:type event: T <= :py:class:`linebot.models.events.Event` class
@@ -215,7 +215,7 @@ def decorator(func):
215
return decorator
216
217
def default(self):
218
- """[Decorator] Set default handler method.
+ """Set default handler method.
219
220
:rtype: func
221
:return: decorator
0 commit comments