Skip to content

Commit

Permalink
Fix docstring typo in Member.fetch()
Browse files Browse the repository at this point in the history
  • Loading branch information
markmc committed Jun 30, 2015
1 parent 1f3d0ef commit bd83907
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 bd83907

Please sign in to comment.