diff options
-rw-r--r-- | mitmproxy/controller.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mitmproxy/controller.py b/mitmproxy/controller.py index 6e219066..39d3b74a 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( |