mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
handler: docstring fix
This commit is contained in:
parent
c5ad34b074
commit
856f4460fc
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ class Handler(object):
|
|||
|
||||
Args:
|
||||
update (object): The update to be tested
|
||||
|
||||
Returns:
|
||||
bool
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue