Skip to content

Commit

Permalink
Update sessions.md (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Nov 14, 2023
1 parent cdb2caa commit 0a50f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/program/apis/sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To manage your session with the session management API:

The `SessionsClient` that serves the session management API is automatically enabled on your robot.
It is instantiated as part of your [`RobotClient`](/program/apis/#robot-api) instance (client of the Robot API).
If you want to disable it to keep any additional clients from authenticating to your robot's session while running a control program with Viam's client SDKs, you can pass the option to your robot, as demonstrated in the following code snippets:
If you want to disable it, you can pass the option to your robot, as demonstrated in the following code snippets:

{{< tabs >}}
{{% tab name="Python" %}}
Expand Down

0 comments on commit 0a50f9d

Please sign in to comment.