Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Aug 1, 2024
1 parent 6fe7458 commit 1a7e7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbinia/api/routes/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def get_task_status(request: Request, task_id: str):

@router.get('/report/{task_id}')
async def get_task_report(request: Request, task_id: str):
"""Retrieves the MarkDown report of a Turbinia request.
"""Retrieves the MarkDown report of a Turbinia task.
Raises:
HTTPException: if another exception is caught.
Expand Down

0 comments on commit 1a7e7d9

Please sign in to comment.