diff options
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> |