diff options
| author | Aldo Cortesi <aldo@corte.si> | 2016-06-14 16:29:15 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-14 16:29:15 +1200 |
| commit | 93276d45be68790b5f4aeb4577c380ca1608efb3 (patch) | |
| tree | 9553d0f45e705da04bfa4be8dd5e39d09fcd112f /docs | |
| parent | 4c292b0197d820e9e108aa05b10927107a0503c3 (diff) | |
| parent | d8ae2f156203a81a8e6d325f5c460c351cfbfc5c (diff) | |
| download | mitmproxy-93276d45be68790b5f4aeb4577c380ca1608efb3.tar.gz mitmproxy-93276d45be68790b5f4aeb4577c380ca1608efb3.tar.bz2 mitmproxy-93276d45be68790b5f4aeb4577c380ca1608efb3.zip | |
Merge branch 'master' into netlibrace
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/scripting/inlinescripts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scripting/inlinescripts.rst b/docs/scripting/inlinescripts.rst index d282dfa6..2065923d 100644 --- a/docs/scripting/inlinescripts.rst +++ b/docs/scripting/inlinescripts.rst @@ -44,7 +44,7 @@ to store any form of state you require. Script Lifecycle Events ^^^^^^^^^^^^^^^^^^^^^^^ -.. py:function:: start(context, argv) +.. py:function:: start(context) Called once on startup, before any other events. |
