Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
austingmhuang committed Oct 31, 2024
1 parent 04c59b7 commit d628c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def qiskit_session(device, **kwargs):
Using the context manager will ensure the Session closes properly and is removed from the
device after completing the tasks. Any Session that was initialized and passed into the
device will be overwritten by the Qiskit Session created by this context
manager. As of the time of writing (Oct 31, 2024), Sessions cannot be used by Open Plan users.
manager.
Args:
device (QiskitDevice2): the device that will create remote tasks using the session
Expand Down

0 comments on commit d628c05

Please sign in to comment.