Fix weird indent.

This commit is contained in:
Jacob Bom 2016-08-06 13:35:06 +02:00
parent 8c698caa12
commit 18fdb5ed13
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ class CallbackQueryHandler(Handler):
return self.callback(dispatcher.bot, update, **optional_args)
# old non-PEP8 Handler methods
# old non-PEP8 Handler methods
m = "telegram.CallbackQueryHandler."
checkUpdate = deprecate(check_update, m + "checkUpdate", m + "check_update")

View file

@ -90,7 +90,7 @@ class InlineQueryHandler(Handler):
return self.callback(dispatcher.bot, update, **optional_args)
# old non-PEP8 Handler methods
# old non-PEP8 Handler methods
m = "telegram.InlineQueryHandler."
checkUpdate = deprecate(check_update, m + "checkUpdate", m + "check_update")