Skip to content

Commit 18fdb5e

Browse files
committed
Fix weird indent.
1 parent 8c698ca commit 18fdb5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

telegram/ext/callbackqueryhandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def handle_update(self, update, dispatcher):
9191

9292
return self.callback(dispatcher.bot, update, **optional_args)
9393

94-
# old non-PEP8 Handler methods
94+
# old non-PEP8 Handler methods
9595

9696
m = "telegram.CallbackQueryHandler."
9797
checkUpdate = deprecate(check_update, m + "checkUpdate", m + "check_update")

telegram/ext/inlinequeryhandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def handle_update(self, update, dispatcher):
9090

9191
return self.callback(dispatcher.bot, update, **optional_args)
9292

93-
# old non-PEP8 Handler methods
93+
# old non-PEP8 Handler methods
9494

9595
m = "telegram.InlineQueryHandler."
9696
checkUpdate = deprecate(check_update, m + "checkUpdate", m + "check_update")

0 commit comments

Comments
 (0)