Skip to content

Commit 361f7d4

Browse files
authored
remove docstring violating flake8-docstring (#230)
1 parent b93d929 commit 361f7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linebot/webhook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def __init__(self, channel_secret):
193193
self._default = None
194194

195195
def add(self, event, message=None):
196-
"""[Decorator] Add handler method.
196+
"""Add handler method.
197197
198198
:param event: Specify a kind of Event which you want to handle
199199
:type event: T <= :py:class:`linebot.models.events.Event` class
@@ -215,7 +215,7 @@ def decorator(func):
215215
return decorator
216216

217217
def default(self):
218-
"""[Decorator] Set default handler method.
218+
"""Set default handler method.
219219
220220
:rtype: func
221221
:return: decorator

0 commit comments

Comments
 (0)