From 0a50f9da701af22e5a3154fbf75d9708baf0a1b6 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:51:20 +0100 Subject: [PATCH] Update sessions.md (#2217) --- docs/program/apis/sessions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/program/apis/sessions.md b/docs/program/apis/sessions.md index 4f64d02ec2..8a31729571 100644 --- a/docs/program/apis/sessions.md +++ b/docs/program/apis/sessions.md @@ -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" %}}