aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/scripts.html')
-rw-r--r--doc-src/scripts.html5
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>