Skip to content

Commit

Permalink
Update session_id docstring (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Jan 4, 2024
1 parent e9aa596 commit 005aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def session_id(self) -> str:
"""Return the session ID.
Returns:
Session ID. None until a job runs in the session.
Session ID. None until a job is submitted.
"""
return self._session_id

Expand Down

0 comments on commit 005aa9b

Please sign in to comment.