Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Feb 7, 2024
1 parent 9867e6d commit 542988d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/migration-guides/sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Jobs can be run as single jobs, sessions, or in a batch.

Sessions are designed for iterative workloads to avoid queueing delays between each iteration. When running a session, you have near exclusive access to the backend. With this release, sessions are now thread safe. That is, you can run multiple workloads within a session.

### Example: running 2 VQEs in a session using threading
### Example: Run two VQE algorithms in a session by using threading

```python
from concurrent.futures import ThreadPoolExecutor
Expand Down

0 comments on commit 542988d

Please sign in to comment.