From 44359bfe43fcabb151331723db5551053033d854 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sat, 13 May 2023 23:03:27 +0800 Subject: [PATCH] Fix typo, succeedes -> succeeds (#672) Found via `codespell`. --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index fb287fa..8396529 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -411,7 +411,7 @@ Discards Cassette on Errors By default VCR will save the cassette file even when there is any error inside 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``. .. code:: python