1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00

Fix typo, succeedes -> succeeds (#672)

Found via `codespell`.
This commit is contained in:
Kian-Meng Ang
2023-05-13 23:03:27 +08:00
committed by GitHub
parent 14cef83c15
commit 44359bfe43

View File

@@ -411,7 +411,7 @@ Discards Cassette on Errors
By default VCR will save the cassette file even when there is any error inside By default VCR will save the cassette file even when there is any error inside
the enclosing context/test. the enclosing context/test.
If you want to save the cassette only when the test succeedes, set the Cassette If you want to save the cassette only when the test succeeds, set the Cassette
``record_on_exception`` option to ``False``. ``record_on_exception`` option to ``False``.
.. code:: python .. code:: python