Skip to content

Commit

Permalink
docs: fix indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 authored and BryanttV committed Jan 30, 2024
1 parent 1a5511e commit 2bb6980
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ def put_generate_similarity_report(submission_id, payload):
def get_similarity_report_info(submission_id):
"""
Returns summary information about the requested Similarity Report.
Status:
PROCESSING
COMPLETE
- PROCESSING
- COMPLETE
"""
response = turnitin_api_handler("get", f"submissions/{submission_id}/similarity")
return response
Expand Down

0 comments on commit 2bb6980

Please sign in to comment.