diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-04-14 12:04:42 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-04-14 12:04:42 +1200 |
commit | 4652887786db3da5facfb388ab0b673d67064ae5 (patch) | |
tree | fe85ef8b7f545c39c765c4544a3539bbe3d3d0f2 | |
parent | 937a358aa9396d5a5c18bc69e89e11af5dad40a5 (diff) | |
download | mitmproxy-4652887786db3da5facfb388ab0b673d67064ae5.tar.gz mitmproxy-4652887786db3da5facfb388ab0b673d67064ae5.tar.bz2 mitmproxy-4652887786db3da5facfb388ab0b673d67064ae5.zip |
Update docs to reflect non-aliased odict module
-rw-r--r-- | doc-src/scripting/inlinescripts.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc-src/scripting/inlinescripts.html b/doc-src/scripting/inlinescripts.html index 7b9dfe68..f5de7482 100644 --- a/doc-src/scripting/inlinescripts.html +++ b/doc-src/scripting/inlinescripts.html @@ -122,12 +122,11 @@ The main classes you will deal with in writing mitmproxy scripts are: <td> A handle for interacting with mitmproxy's from within scripts.</td> </tr> <tr> - <th>libmproxy.odict.ODict</th> + <th>netlib.odict.ODict</th> <td>A dictionary-like object for managing sets of key/value data. There - is also a variant called CaselessODict that ignores key case for some - calls (used mainly for headers). - </td> + is also a variant called ODictCaseless that ignores key case for some + calls (used mainly for headers).</td> </tr> <tr> <th>netlib.certutils.SSLCert</th> |