From be6002014a719236819f93cbde37f2e1ea38260f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quinten=20Prei=C3=9F?= <90014830+J-C-Q@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:55:52 +0200 Subject: [PATCH] Update runtime_job_v2.py docs Remove one 'the'. --- qiskit_ibm_runtime/runtime_job_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit_ibm_runtime/runtime_job_v2.py b/qiskit_ibm_runtime/runtime_job_v2.py index cbbbda651..e9c4be7a2 100644 --- a/qiskit_ibm_runtime/runtime_job_v2.py +++ b/qiskit_ibm_runtime/runtime_job_v2.py @@ -236,7 +236,7 @@ def wait_for_final_state( # pylint: disable=arguments-differ self, timeout: Optional[float] = None, ) -> None: - """Use the websocket server to wait for the final the state of a job. + """Use the websocket server to wait for the final state of a job. The server will remain open if the job is still running and the connection will be terminated once the job completes. Then update and return the status of the job.