From 449b8b383deb8ba631bd708333c93638931d77db Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 12 May 2018 13:52:15 +1200 Subject: [PATCH] controller: add mysteriously missing comment portion Thanks to @tran-tien-dat --- mitmproxy/controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitmproxy/controller.py b/mitmproxy/controller.py index 6e2190663..39d3b74ac 100644 --- a/mitmproxy/controller.py +++ b/mitmproxy/controller.py @@ -96,8 +96,8 @@ class Reply: def commit(self): """ Ultimately, messages are committed. This is done either automatically by - if the message is not taken or manually by the entity which called - .take(). + the handler if the message is not taken or manually by the entity which + called .take(). """ if self.state != "taken": raise exceptions.ControlException(