Skip to content

Commit

Permalink
Fix the docstring to match the call signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jean committed Jul 24, 2016
1 parent 7269cca commit 8caa67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trello/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def closed_cards(self):

def get_cards(self, filters=None, card_filter=""):
"""
:filters: dict containing query parameters. Eg. {'fields': 'all'}
:card_filter: filters on card status ('open', 'closed', 'all')
:query_params: dict containing query parameters. Eg. {'fields': 'all'}
More info on card queries:
https://trello.com/docs/api/board/index.html#get-1-boards-board-id-cards
Expand Down

0 comments on commit 8caa67f

Please sign in to comment.