Skip to content

Commit f4e5974

Browse files
committed
minor
1 parent 44372bf commit f4e5974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algobot/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(self, parent=None):
122122
def inform_telegram(self, message: str, stop_bot: bool = False):
123123
"""
124124
Sends a notification to Telegram if some action is taken by the bot.
125-
:param message: Message to send.
125+
:param message: Message to send through Telegram.
126126
:param stop_bot: Boolean for whether bot should be stopped or not.
127127
"""
128128
try:

0 commit comments

Comments
 (0)