Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
Use new-style classes for the main class for 2.7 users who want to us…
Browse files Browse the repository at this point in the history
…e super. Closes datamachine#15
  • Loading branch information
Surye committed Nov 28, 2016
1 parent adf742f commit 7fcde9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twx/botapi/botapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3390,7 +3390,7 @@ def download_file(file_path, out_file, **kwargs):
return TelegramDownloadRequest(file_path, out_file, **kwargs)


class TelegramBot:
class TelegramBot(object):

"""A `TelegramBot` object represents a specific regisitered bot user as identified by its token. The bot
object also helps try to maintain state and simplify interaction for library users.
Expand Down

0 comments on commit 7fcde9c

Please sign in to comment.