We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362f813 commit 851a77dCopy full SHA for 851a77d
1 file changed
maproulette/api/challenge.py
@@ -60,7 +60,7 @@ def get_challenges_by_tags(self, challenge_tags, limit=10, page=0):
60
:param challenge_tags: a comma-separated list of tags to search challenges for
61
:param limit: the limit to the number of results returned in the response. Default is 10
62
:param page: used in conjunction with the limit parameter to page through X number of responses. Default is 0.
63
- :returns: the API responsse from the GET request
+ :returns: the API response from the GET request
64
"""
65
query_params = {
66
"tags": str(challenge_tags),
0 commit comments