diff --git a/doc-src/scripting/inlinescripts.html b/doc-src/scripting/inlinescripts.html index 7b9dfe683..f5de74829 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