From ba842489103caba2691084a1f32f3c79f8f564d6 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Thu, 29 Sep 2016 12:46:56 +0200 Subject: rename mitmproxy.filt -> mitmproxy.flowfilter --- docs/features/filters.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/features/filters.rst b/docs/features/filters.rst index 509b5d6b..e531f734 100644 --- a/docs/features/filters.rst +++ b/docs/features/filters.rst @@ -8,7 +8,7 @@ Filter expressions consist of the following operators: .. documentedlist:: :header: "Expression" "Description" - :listobject: mitmproxy.filt.help + :listobject: mitmproxy.flowfilter.help - Regexes are Python-style - Regexes can be specified as quoted strings @@ -36,4 +36,3 @@ Anything but requests with a text/html content type: .. code-block:: none !(~q & ~t "text/html") - -- cgit v1.2.3