Skip to content

Commit

Permalink
Merge pull request #182 from ilyakamens/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in api.rst
  • Loading branch information
sigmavirus24 committed Dec 24, 2022
2 parents d0c55b9 + 41b4322 commit 8aa9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aa9f34

Please sign in to comment.