Skip to content

Commit

Permalink
docs: Fix a couple of typos (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jun 1, 2023
1 parent b65f7c8 commit fa59451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/citric/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ def list_participants(
survey_id: Survey to get participants from.
start: Retrieve participants starting from this index (zero-indexed).
limit: Maximum number of participants to retrieve.
unused: Retrieve partipants with unused tokens.
unused: Retrieve participants with unused tokens.
attributes: Extra participant attributes to include in the result.
conditions: Dictionary of conditions to limit the list.
Expand Down Expand Up @@ -1473,7 +1473,7 @@ def set_participant_properties(
token_query_properties: t.Mapping[str, t.Any] | int,
**token_data: t.Any,
) -> dict[str, t.Any]:
"""Set properties of a participant. Only one particpant can be updated.
"""Set properties of a participant. Only one participant can be updated.
Calls :rpc_method:`set_participant_properties`.
Expand Down

0 comments on commit fa59451

Please sign in to comment.