Skip to content

Commit 851a77d

Browse files
author
adam-t-shaw
committed
Correct typo
1 parent 362f813 commit 851a77d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maproulette/api/challenge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_challenges_by_tags(self, challenge_tags, limit=10, page=0):
6060
:param challenge_tags: a comma-separated list of tags to search challenges for
6161
:param limit: the limit to the number of results returned in the response. Default is 10
6262
: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
63+
:returns: the API response from the GET request
6464
"""
6565
query_params = {
6666
"tags": str(challenge_tags),

0 commit comments

Comments
 (0)