diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/scripting/events.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scripting/events.rst b/docs/scripting/events.rst index c16c01f6..62266485 100644 --- a/docs/scripting/events.rst +++ b/docs/scripting/events.rst @@ -56,7 +56,7 @@ Connection connection can correspond to multiple HTTP requests. *root_layer* - The root layer (see `mitmproxy.protocol` for an explanation what + The root layer (see `mitmproxy.proxy.protocol` for an explanation what the root layer is), provides transparent access to all attributes of the :py:class:`~mitmproxy.proxy.RootContext`. For example, ``root_layer.client_conn.address`` gives the remote address of the |