mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
improve docstring
This commit is contained in:
parent
623863cee1
commit
f813d4f5ec
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class Updater:
|
|||
|
||||
def idle(self, stop_signals=(SIGINT, SIGTERM, SIGABRT)):
|
||||
"""
|
||||
Waits for the user to press Ctrl-C and stops the updater
|
||||
Blocks until one of the signals are received and stops the updater
|
||||
|
||||
Args:
|
||||
stop_signals: Iterable containing signals from the signal module
|
||||
|
|
Loading…
Reference in a new issue