X Tutup
Skip to content

Commit f813d4f

Browse files
committed
improve docstring
1 parent 623863c commit f813d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def signal_handler(self, signum, frame):
288288

289289
def idle(self, stop_signals=(SIGINT, SIGTERM, SIGABRT)):
290290
"""
291-
Waits for the user to press Ctrl-C and stops the updater
291+
Blocks until one of the signals are received and stops the updater
292292
293293
Args:
294294
stop_signals: Iterable containing signals from the signal module

0 commit comments

Comments
 (0)
X Tutup