From 4652887786db3da5facfb388ab0b673d67064ae5 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 14 Apr 2015 12:04:42 +1200 Subject: Update docs to reflect non-aliased odict module --- doc-src/scripting/inlinescripts.html | 7 +++---- 1 file 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: A handle for interacting with mitmproxy's from within scripts. - libmproxy.odict.ODict + netlib.odict.ODict 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). - + is also a variant called ODictCaseless that ignores key case for some + calls (used mainly for headers). netlib.certutils.SSLCert -- cgit v1.2.3