diff --git a/pennylane_qiskit/qiskit_device.py b/pennylane_qiskit/qiskit_device.py index 80c1eebc..647566d7 100644 --- a/pennylane_qiskit/qiskit_device.py +++ b/pennylane_qiskit/qiskit_device.py @@ -105,8 +105,7 @@ def qiskit_session(device, **kwargs): device (QiskitDevice2): the device that will create remote tasks using the session **kwargs: keyword arguments for session settings. At the time of writing, the only relevant keyword argument is "max_time", which lets you set the maximum amount of time the session - is open. For the most up-to-date information, please refer to the Qiskit Session - `documentation `_. + is open. **Example:**