From 20e8f4ad41e97f686fe3cece38942c442c7f71eb Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Mon, 4 Feb 2019 12:15:23 +0200 Subject: [PATCH] Doc typo: yml -> yaml --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index e7d6fe2..aed269d 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -11,7 +11,7 @@ Usage assert 'Example domains' in response Run this test once, and VCR.py will record the HTTP request to -``fixtures/vcr_cassettes/synopsis.yml``. Run it again, and VCR.py will +``fixtures/vcr_cassettes/synopsis.yaml``. Run it again, and VCR.py will replay the response from iana.org when the http request is made. This test is now fast (no real HTTP requests are made anymore), deterministic (the test will continue to pass, even if you are offline, or iana.org