Skip to content

Commit

Permalink
Merge pull request #89 from balloob/patch-1
Browse files Browse the repository at this point in the history
Fix typo in code example
  • Loading branch information
sigmavirus24 committed Dec 28, 2015
2 parents bdc11a3 + c5abd61 commit f9ff75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ that it creates. There's two ways to do this:
session = requests.Session()
recorder = betamax.Betamax(session, cassette_library_dir='cassettes')
with recorder.use_cassete('introduction'):
with recorder.use_cassette('introduction'):
# ...
2. You can do it once, globally, for your test suite.
Expand Down

0 comments on commit f9ff75a

Please sign in to comment.