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**