From 07a68cba51abe1cd8cd4ff902a4b17250dec857e Mon Sep 17 00:00:00 2001 From: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:58:12 -0500 Subject: [PATCH] delete unwanted content (#1264) This should have been deleted yesterday. --- docs/run/run-jobs-in-session.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/run/run-jobs-in-session.mdx b/docs/run/run-jobs-in-session.mdx index 553a124cfbd..03492892af3 100644 --- a/docs/run/run-jobs-in-session.mdx +++ b/docs/run/run-jobs-in-session.mdx @@ -31,10 +31,6 @@ service = QiskitRuntimeService() You can open a runtime session by using the context manager `with Session(...)` or by initializing the `Session` class. The session starts when its first job begins execution. - - If the first session job is canceled, subsequent session jobs will all fail. - - **Session class**