diff --git a/docs/source/api.rst b/docs/source/api.rst index a0b9b8c..a6cdfd0 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -179,7 +179,7 @@ The first, is on a per-cassette basis, like so: r = session.get('http://example.com') -On the other hand, you may want to the preserve exact body bytes for all +On the other hand, you may want to preserve exact body bytes for all cassettes. In this case, you can do: .. code-block:: python