Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu00 committed Dec 6, 2024
1 parent 399ab9d commit 1e0917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ A session ends in the following circumstances:
* If you use Session as a context manager, that is, `with Session()`, the session is automatically closed when the context ends (the same behavior as using `session.close()`).

<Admonition type = "note">
When a session ends, the QPu finishes running any job that is currently running.
When a session ends, the QPU finishes running any job that is currently running.
</Admonition>

## Usage patterns
Expand Down

0 comments on commit 1e0917a

Please sign in to comment.