diff options
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/filters.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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") - |