Skip to content

Commit

Permalink
fixup: docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Max Marrone <[email protected]>
  • Loading branch information
mcous and SyntaxColoring authored Jun 29, 2021
1 parent 4d1bdf4 commit 04b707b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robot-server/robot_server/sessions/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ async def create_session_action(
description=(
"Get a list of all commands in the session and their statuses. "
"This endpoint returns command summaries. Use "
"`GET /sessions/{sessionId}/commands/{commandId}` to all information "
"available for a given command."
"`GET /sessions/{sessionId}/commands/{commandId}` to get all "
"information available for a given command."
),
status_code=status.HTTP_200_OK,
response_model=MultiResponseModel[SessionCommandSummary],
Expand Down

0 comments on commit 04b707b

Please sign in to comment.