Skip to content

Commit a97da5c

Browse files
committed
Sooo apparently python 2 doesn't like ‘ (\xe2)
1 parent 9f6ec12 commit a97da5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

telegram/message.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ class Message(TelegramObject):
7676
delete_chat_photo (bool): Service message: the chat photo was deleted
7777
group_chat_created (bool): Service message: the group has been created
7878
supergroup_chat_created (bool): Service message: the supergroup has been created. This
79-
field cant be received in a message coming through updates, because bot cant be a
79+
field can't be received in a message coming through updates, because bot can't be a
8080
member of a supergroup when it is created. It can only be found in reply_to_message
8181
if someone replies to a very first message in a directly created supergroup.
8282
migrate_to_chat_id (int): The group has been migrated to a supergroup with the specified
8383
identifier.
8484
migrate_from_chat_id (int): The supergroup has been migrated from a group with the
8585
specified identifier.
8686
channel_chat_created (bool): Service message: the channel has been created. This field
87-
cant be received in a message coming through updates, because bot cant be a member
87+
can't be received in a message coming through updates, because bot can't be a member
8888
of a channel when it is created. It can only be found in reply_to_message if someone
8989
replies to a very first message in a channel.
9090
pinned_message (:class:`telegram.message`): Specified message was pinned. Note that the

0 commit comments

Comments
 (0)