diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2016-10-02 22:52:38 -0700 | 
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2016-10-02 23:08:51 -0700 | 
| commit | 19abb54919f0991dc7cc58d13327cb92da2aec63 (patch) | |
| tree | 11004ddcfbfea4c577396101a5f4323b693d3adb | |
| parent | ccbdcd684b5a49c0509610a79dad3f220962a42d (diff) | |
| download | mitmproxy-19abb54919f0991dc7cc58d13327cb92da2aec63.tar.gz mitmproxy-19abb54919f0991dc7cc58d13327cb92da2aec63.tar.bz2 mitmproxy-19abb54919f0991dc7cc58d13327cb92da2aec63.zip  | |
fix docs
| -rw-r--r-- | docs/scripting/inlinescripts.rst | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/scripting/inlinescripts.rst b/docs/scripting/inlinescripts.rst index e1c01b17..5e56e01e 100644 --- a/docs/scripting/inlinescripts.rst +++ b/docs/scripting/inlinescripts.rst @@ -58,8 +58,7 @@ Connection Events      .. versionchanged:: 0.14 -    :param Layer root_layer: The root layer (see :ref:`protocols` for an explanation what the root -        layer is), which provides transparent access to all attributes of the +    :param Layer root_layer: The root layer, which 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 connecting client.  | 
