Skip to content

Commit 8d2014b

Browse files
committed
update docstrings
1 parent 3e7b6ac commit 8d2014b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rapid_pro_tools/rapid_pro_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ def update_contact(self, urn, name=None, contact_fields=None, groups=None):
710710
Keys present on the server contact but not in this dictionary are left unchanged.
711711
:type contact_fields: (dict of str -> str) | None
712712
:param groups: list of group objects or UUIDs. This will overwrite the groups in rapid_pro. If you intend to add
713-
fetch the contact and append to the existing group.
713+
fetch the contact and append the group to the existing groups list.
714714
:type groups: list | None
715715
"""
716716
return self._retry_on_rate_exceed(lambda: self.rapid_pro.update_contact(urn, name=name,
@@ -774,7 +774,7 @@ def create_field(self, label, field_id=None):
774774

775775
def create_group(self, name):
776776
"""
777-
Creates a new contact group in a rapid_pro workspace. If the group exists rapid pro will add a suffix 1,2.. and
777+
Creates a new contact group in a rapid_pro workspace. If the group exists, rapid pro will add a suffix 1,2.. and
778778
create a group with the modified name.
779779
780780
:param name: group name.

0 commit comments

Comments
 (0)