Skip to content

Commit c518d2e

Browse files
committed
Fixed docstring
1 parent 89b071f commit c518d2e

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
@@ -48,7 +48,7 @@ def get_challenge_by_name(self, project_id, challenge_name):
4848
"""Method to retrieve challenge information via the corresponding challenge name and parent (project) ID
4949
5050
:param project_id: the ID of the parent project
51-
:param challenge_name: the ID corresponding to the challenge
51+
:param challenge_name: the name corresponding to the challenge
5252
:returns: the API response from the GET request
5353
"""
5454
response = self.get(endpoint=f"/project/{project_id}/challenge/{challenge_name}")

0 commit comments

Comments
 (0)