diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-02-23 15:52:01 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-02-23 15:52:01 +1300 |
commit | 554047da85d9ff767077f3ba0126937980daedb9 (patch) | |
tree | 8e541b8e62d834003ef22a957ffef20d3dc0249a /doc-src | |
parent | 62ca9b71ff940221126bf1189eace9de7c485f5f (diff) | |
download | mitmproxy-554047da85d9ff767077f3ba0126937980daedb9.tar.gz mitmproxy-554047da85d9ff767077f3ba0126937980daedb9.tar.bz2 mitmproxy-554047da85d9ff767077f3ba0126937980daedb9.zip |
License notifications, minor docs.
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/scripts.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc-src/scripts.html b/doc-src/scripts.html index bea8a103..3fa79a6c 100644 --- a/doc-src/scripts.html +++ b/doc-src/scripts.html @@ -99,7 +99,10 @@ The main classes you will deal with in writing mitmproxy scripts are: </tr> <tr> <th>libmproxy.flow.ScriptContext</th> - <td>A handle for interacting with mitmproxy's global state.</td> + + + <td> A handle for interacting with mitmproxy's from within scripts. </td> + </tr> </table> |