Skip to content

Commit

Permalink
card from_json method - parameter is named parent, but in docstring…
Browse files Browse the repository at this point in the history
… it was `trello_list`
  • Loading branch information
Mislav Cimperšak committed Mar 3, 2017
1 parent 086455f commit 8382fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trello/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def from_json(cls, parent, json_obj):
"""
Deserialize the card json object to a Card object
:trello_list: the list object that the card belongs to
:parent: the list object that the card belongs to
:json_obj: json object
"""
if 'id' not in json_obj:
Expand Down

0 comments on commit 8382fe7

Please sign in to comment.