improve docstring

This commit is contained in:
Jannes Höke 2016-01-04 01:32:47 +01:00
parent 623863cee1
commit f813d4f5ec

View file

@ -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