Skip to content

Commit

Permalink
Merge pull request #136 from tiran/deserialize-doc
Browse files Browse the repository at this point in the history
Fix typo in base serializer
  • Loading branch information
sigmavirus24 committed May 4, 2017
2 parents 54e4131 + 175a1d4 commit 09063ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betamax/serializers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def generate_cassette_name(cassette_library_dir, cassette_name):
def serialize(self, cassette_data):
# Take a dictionary and convert it to whatever
def deserialize(self):
def deserialize(self, cassette_data):
# Uses a cassette file to return a dictionary with the
# cassette information
Expand Down

0 comments on commit 09063ad

Please sign in to comment.