From 3d3908c8b31d66e495b0762627962f3f64b08b2e Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Wed, 6 Jul 2016 13:19:03 -0500 Subject: [PATCH] Update _call_signals docstring. --- certbot/error_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/error_handler.py b/certbot/error_handler.py index 779c2d5ca..2140aec4f 100644 --- a/certbot/error_handler.py +++ b/certbot/error_handler.py @@ -128,7 +128,7 @@ class ErrorHandler(object): raise errors.SignalExit def _call_signals(self): - """Calls the signal given by signum. + """Finally call the deferred signals. :param int signum: signal number