aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-12-19 16:21:29 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-12-19 16:21:29 +0100
commitfc5783c20e86122ca687aa41b00ca29bc852cc0c (patch)
treeb9bbb84b7b92e38b2ae41a1a02624a640b57a9b0 /docs
parent4f3b50e417ceee79a358296a35e94f8ce13fc91b (diff)
parent98a079aa692fe532e54a5b919d939bf7772af8fd (diff)
downloadmitmproxy-fc5783c20e86122ca687aa41b00ca29bc852cc0c.tar.gz
mitmproxy-fc5783c20e86122ca687aa41b00ca29bc852cc0c.tar.bz2
mitmproxy-fc5783c20e86122ca687aa41b00ca29bc852cc0c.zip
Merge branch 'rename-log-example'
Diffstat (limited to 'docs')
-rw-r--r--docs/scripting/overview.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/scripting/overview.rst b/docs/scripting/overview.rst
index 84f2135e..6ec0caaa 100644
--- a/docs/scripting/overview.rst
+++ b/docs/scripting/overview.rst
@@ -85,8 +85,8 @@ and mitmproxy console can place script output in the event buffer.
Here's how this looks:
-.. literalinclude:: ../../examples/simple/logging.py
- :caption: :src:`examples/simple/logging.py`
+.. literalinclude:: ../../examples/simple/log_events.py
+ :caption: :src:`examples/simple/log_events.py`
:language: python
The ``ctx`` module also exposes the mitmproxy master object at ``ctx.master``