From f0f44cddd3573d91e1d6aa997d5a5a32ac9f897e Mon Sep 17 00:00:00 2001 From: benoitc Date: Sun, 8 Jan 2017 01:40:18 +0100 Subject: [PATCH] fix comment --- gunicorn/arbiter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/arbiter.py b/gunicorn/arbiter.py index 1123bdb5..e5217266 100644 --- a/gunicorn/arbiter.py +++ b/gunicorn/arbiter.py @@ -304,7 +304,7 @@ class Arbiter(object): self.reexec() def handle_winch(self): - "SIGWINCH handling" + """SIGWINCH handling""" if self.cfg.daemon: self.log.info("graceful stop of workers") self.num_workers = 0