Skip to content

Commit

Permalink
card init - parameter is named parent, but in docstring it was `tre…
Browse files Browse the repository at this point in the history
…llo_list`
  • Loading branch information
Mislav Cimperšak committed Mar 3, 2017
1 parent 30c60b3 commit 086455f
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 @@ -102,7 +102,7 @@ def attachments(self):

def __init__(self, parent, card_id, name=''):
"""
:trello_list: reference to the parent list
:parent: reference to the parent trello list
:card_id: ID for this card
"""
if isinstance(parent, List):
Expand Down

0 comments on commit 086455f

Please sign in to comment.