X Tutup
Skip to content

Commit 856f446

Browse files
committed
handler: docstring fix
1 parent c5ad34b commit 856f446

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

telegram/ext/handler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ def checkUpdate(self, update):
4646
4747
Args:
4848
update (object): The update to be tested
49+
50+
Returns:
51+
bool
4952
"""
5053
raise NotImplementedError
5154

0 commit comments

Comments
 (0)
X Tutup