From 1e0917aee9fbe449957b0042ddbd371dda2d00e9 Mon Sep 17 00:00:00 2001 From: Jessie Yu Date: Fri, 6 Dec 2024 10:30:38 -0500 Subject: [PATCH] fix typo --- docs/guides/sessions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/sessions.mdx b/docs/guides/sessions.mdx index 13866b4b5d1..2c4e26b82fb 100644 --- a/docs/guides/sessions.mdx +++ b/docs/guides/sessions.mdx @@ -66,7 +66,7 @@ A session ends in the following circumstances: * If you use Session as a context manager, that is, `with Session()`, the session is automatically closed when the context ends (the same behavior as using `session.close()`). -When a session ends, the QPu finishes running any job that is currently running. +When a session ends, the QPU finishes running any job that is currently running. ## Usage patterns