From e3ced4385e3d9e85bff290858fc176f9c71eff33 Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Sat, 11 Jan 2025 11:21:55 -0500 Subject: [PATCH] docs: update example in advanced.rst Co-authored-by: Sebastian Pipping --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index b335aa8..d4cd9b0 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -438,4 +438,4 @@ option to ``True``, VCR will not save old HTTP interactions if they are not used my_vcr = VCR(drop_unused_requests=True) with my_vcr.use_cassette('fixtures/vcr_cassettes/synopsis.yaml'): - # your http here + ... # your HTTP interactions here