Skip to content

Commit

Permalink
Merge pull request #97 from markmc/fix-member-docstring
Browse files Browse the repository at this point in the history
Fix docstring typo in Member.fetch()
  • Loading branch information
sarumont committed Jun 30, 2015
2 parents e7b4060 + bd83907 commit bee992a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trello/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ def __repr__(self):
return '<Member %s>' % self.id

def fetch(self):
"""Fetch all attributes for this card"""
"""Fetch all attributes for this member"""
json_obj = self.client.fetch_json(
'/members/' + self.id,
query_params={'badges': False})
Expand Down

0 comments on commit bee992a

Please sign in to comment.