From fa594510620956918566e3acb4795b57b732ed6c Mon Sep 17 00:00:00 2001 From: "Edgar R. M" Date: Wed, 31 May 2023 21:24:03 -0600 Subject: [PATCH] docs: Fix a couple of typos (#868) --- src/citric/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/citric/client.py b/src/citric/client.py index 61fe57e4..506a5632 100644 --- a/src/citric/client.py +++ b/src/citric/client.py @@ -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. @@ -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`.