Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2020official committed Jul 28, 2024
1 parent b10e8d7 commit 6108e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6699,7 +6699,7 @@ def reset_data(self, user_id: int, chat_id: Optional[int]=None,
business_connection_id: Optional[str]=None,
message_thread_id: Optional[int]=None, bot_id: Optional[int]=None) -> bool:
"""
Reset data for a user in chat: sets the 'data' fieldi to an empty dictionary.
Reset data for a user in chat: sets the 'data' field to an empty dictionary.
:param user_id: User's identifier
:type user_id: :obj:`int`
Expand Down

0 comments on commit 6108e35

Please sign in to comment.