Skip to content

Commit

Permalink
Improve documenation of TrelloClient.search return values
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert C Jennings committed Jan 16, 2017
1 parent a8bad96 commit 3d12518
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion trello/trelloclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,10 @@ def search(self, query, partial_match=False, models=[],
:param card_ids: Comma-separated list of cards to limit search
:return: All objects matching the search criterial. These can
be Cards, Boards, Organizations, and Members
be Cards, Boards, Organizations, and Members. The attributes
of the objects in the results are minimal; the user must call
the fetch method on the resulting objects to get a full set
of attributes populated.
:rtype list:
"""

Expand Down

0 comments on commit 3d12518

Please sign in to comment.