From b1bc5c3a02db0447c28ab9a4cee314aeb6cdf1a7 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Tue, 10 May 2022 11:48:25 -0600 Subject: [PATCH] fix: docs wording from request to response --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index b16710b..f3eb68c 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -271,7 +271,7 @@ You can also do response filtering with the similar to the above ``before_record_request`` - you can mutate the response, or return ``None`` to avoid recording the request and response altogether. For example to hide -sensitive data from the request body: +sensitive data from the response body: .. code:: python