Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Nov 18, 2024
1 parent 9f28dcf commit 4b4877d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onadata/apps/api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def delete_xform_submissions_async(
"""Delete xform submissions asynchronously
:param xform_id: XForm id
:param instance_ids: List of instance ids to delete
:param instance_ids: List of instance ids to delete, None to delete all
:param soft_delete: Soft delete instances if True, otherwise hard delete
:param deleted_by_id: User id who deleted the instances
"""
Expand Down
2 changes: 1 addition & 1 deletion onadata/libs/utils/logger_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ def delete_xform_submissions(
""" "Delete subset or all submissions of an XForm
:param xform: XForm object
:param instance_ids: List of instance ids to delete, if None, all submissions
:param instance_ids: List of instance ids to delete, None to delete all
:param soft_delete: Flag to soft delete or hard delete
:param deleted_by: User initiating the delete
:return: None
Expand Down

0 comments on commit 4b4877d

Please sign in to comment.