1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

fix: docs wording from request to response

This commit is contained in:
Justintime50
2022-05-10 11:48:25 -06:00
committed by Jair Henrique
parent 86806aa9bc
commit b1bc5c3a02

View File

@@ -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