From 5e4f250110366e126e099ab41b1b2f4d6f10d50a Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Tue, 5 Jul 2016 22:46:23 -0500 Subject: [PATCH] Stylize _signal_handler docstring. --- certbot/error_handler.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/certbot/error_handler.py b/certbot/error_handler.py index 20315ded7..779c2d5ca 100644 --- a/certbot/error_handler.py +++ b/certbot/error_handler.py @@ -115,7 +115,9 @@ class ErrorHandler(object): self.prev_handlers.clear() def _signal_handler(self, signum, unused_frame): - """Stores the recieved signal. If we are executing the code block in + """Replacement function for handling recieved signals. + + Store the recieved signal. If we are executing the code block in the body of the context manager, stop by raising signal exit. :param int signum: number of current signal