We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec19dd commit 531685dCopy full SHA for 531685d
docs/advanced.rst
@@ -384,5 +384,5 @@ VCR.py allows to rewind a cassette in order to replay it inside the same functio
384
with vcr.use_cassette('fixtures/vcr_cassettes/synopsis.yaml') as cass:
385
response = urllib2.urlopen('http://www.zombo.com/').read()
386
assert cass.all_played
387
- a.rewind()
+ cass.rewind()
388
assert not cass.all_played
0 commit comments