Skip to content

Commit 005aa9b

Browse files
authored
Update session_id docstring (#1304)
1 parent e9aa596 commit 005aa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit_ibm_runtime/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def session_id(self) -> str:
275275
"""Return the session ID.
276276
277277
Returns:
278-
Session ID. None until a job runs in the session.
278+
Session ID. None until a job is submitted.
279279
"""
280280
return self._session_id
281281

0 commit comments

Comments
 (0)