Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Aug 22, 2024
1 parent db65d83 commit 7fa1403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/logger/models/submission_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def update_instance_json_on_save(sender, instance, **kwargs):


def create_or_update_entity(sender, instance, created=False, **kwargs):
"""Signal handler to created Entity if status is approved"""
"""Signal handler to create/update Entity if submission is approved"""
module = importlib.import_module("onadata.libs.utils.logger_tools")

submission_instance = instance.instance
Expand Down

0 comments on commit 7fa1403

Please sign in to comment.