Skip to content

Commit 531685d

Browse files
yarikopticneozenith
authored andcommitted
DOC(FIX): fixed variable name (a -> cass) in an example for rewind (#492)
1 parent 9ec19dd commit 531685d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,5 @@ VCR.py allows to rewind a cassette in order to replay it inside the same functio
384384
with vcr.use_cassette('fixtures/vcr_cassettes/synopsis.yaml') as cass:
385385
response = urllib2.urlopen('http://www.zombo.com/').read()
386386
assert cass.all_played
387-
a.rewind()
387+
cass.rewind()
388388
assert not cass.all_played

0 commit comments

Comments
 (0)