diff --git a/trello/card.py b/trello/card.py index 34ee6e54..4ac97b2b 100644 --- a/trello/card.py +++ b/trello/card.py @@ -142,7 +142,8 @@ def __repr__(self): def fetch(self, eager=True): """ Fetch all attributes for this card - :param eager: If eager is true comments and checklists will be fetched immediately, otherwise on demand + + :param eager: If eager, comments, checklists and attachments will be fetched immediately, otherwise on demand """ json_obj = self.client.fetch_json( '/cards/' + self.id,